Skip to content

Commit f5612b8

Browse files
committed
increase thread and fork count
1 parent 0442034 commit f5612b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,8 @@
646646
</includes>
647647
<!--Start configuration to run TestRunners in parallel-->
648648
<parallel>classes</parallel> <!--Running TestRunner classes in parallel-->
649-
<threadCount>8</threadCount> <!--Number of classes to run in parallel-->
650-
<forkCount>5</forkCount> <!--Number of JVM processes -->
649+
<threadCount>15</threadCount> <!--Number of classes to run in parallel-->
650+
<forkCount>15</forkCount> <!--Number of JVM processes -->
651651
<reuseForks>true</reuseForks>
652652
<!--End configuration to run TestRunners in parallel-->
653653
<environmentVariables>

0 commit comments

Comments
 (0)