Skip to content

Commit

Permalink
[SUREFIRE-2266] Execute ITs in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski authored Sep 20, 2024
1 parent f560368 commit 5aa3515
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 5aa3515

Please sign in to comment.