Skip to content

Commit

Permalink
increase thread and fork count
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatgulati authored and psainics committed Oct 7, 2024
1 parent b195314 commit 6a272ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@
</includes>
<!--Start configuration to run TestRunners in parallel-->
<parallel>classes</parallel> <!--Running TestRunner classes in parallel-->
<threadCount>8</threadCount> <!--Number of classes to run in parallel-->
<forkCount>5</forkCount> <!--Number of JVM processes -->
<threadCount>15</threadCount> <!--Number of classes to run in parallel-->
<forkCount>15</forkCount> <!--Number of JVM processes -->
<reuseForks>true</reuseForks>
<!--End configuration to run TestRunners in parallel-->
<environmentVariables>
Expand Down

0 comments on commit 6a272ae

Please sign in to comment.