Skip to content

Commit

Permalink
Try to execute ITs in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 19, 2024
1 parent 114bdf3 commit 44446ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions surefire-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@
<skipTests>${skipTests}</skipTests>
<runOrder>alphabetical</runOrder>
<threadCount>1</threadCount>
<forkCount>1C</forkCount>
<rerunFailingTestsCount>1</rerunFailingTestsCount>
<perCoreThreadCount>false</perCoreThreadCount>
<argLine>-server -Xmx64m -XX:+UseG1GC -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
<includes>
Expand Down

0 comments on commit 44446ee

Please sign in to comment.