Skip to content

Commit

Permalink
Trying to ensure tests are run with adequate memory available
Browse files Browse the repository at this point in the history
  • Loading branch information
dgant committed Dec 28, 2020
1 parent bcaafb9 commit cdb67d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
<!-- <parallel>all</parallel> &lt;!&ndash; Run tests in parallel&ndash;&gt;-->
<!-- <useUnlimitedThreads>true</useUnlimitedThreads>-->
<rerunFailingTestsCount>10</rerunFailingTestsCount>
<argLine>-Xms1g</argLine>
<argLine>-Xmx1g</argLine>
<argLine>-Xms1g -Xmx1g</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit cdb67d5

Please sign in to comment.