File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Barak Merimovich <barakme@gmail.com>
1818Carlos Sanchez <carlos@apache.org>
1919Dan Lo Bianco <dan.lobianco@cloudsoftcorp.com>
2020Dmitry Durnev <ddurnev@griddynamics.com>
21+ Fritz Elfert <fritz-github@fritz-elfert.de>
2122Hans Hrasna <hans.hrasna@gmail.com>
2223Hunter Hutchinson <hunter.hutchinson@gmail.com>
2324Ilja Bobkevic <ilja.bobkevic@gmail.com>
Original file line number Diff line number Diff line change 542542 <configuration >
543543 <argLine >-Xmx512m -Xms256m -Djava.awt.headless=true -Xss256k</argLine >
544544 <parallel >tests</parallel >
545+ <forkCount >1</forkCount >
546+ <environmentVariables >
547+ <TZ >GMT</TZ > <!-- Some tests rely on TZ being GMT -->
548+ </environmentVariables >
545549 <threadCount >5</threadCount >
546550 <!-- note that the groups/excluded groups don't work due to some problem
547551 in surefire or testng. instead, we have to exclude via file path
560564 </executions >
561565 <configuration >
562566 <parallel >methods</parallel >
567+ <forkCount >1</forkCount >
568+ <environmentVariables >
569+ <TZ >GMT</TZ > <!-- Some tests rely on TZ being GMT -->
570+ </environmentVariables >
563571 <threadCount >5</threadCount >
564572 <!-- note that the groups/excluded groups don't work due to some problem
565573 in surefire or testng. instead, we have to exclude via file path
You can’t perform that action at this time.
0 commit comments