Skip to content

Commit

Permalink
feat: added memory setting for failsafe plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sr4850 committed Aug 14, 2024
1 parent cdeb5fb commit 46455e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
</execution>
</executions>
<configuration>
<argLine>-Xmx${jvmMemory}m</argLine>
<testFailureIgnore>true</testFailureIgnore>
<rerunFailingTestsCount>1</rerunFailingTestsCount>
<forkCount>2</forkCount>
Expand Down

0 comments on commit 46455e3

Please sign in to comment.