We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0442034 commit f5612b8Copy full SHA for f5612b8
pom.xml
@@ -646,8 +646,8 @@
646
</includes>
647
<!--Start configuration to run TestRunners in parallel-->
648
<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 -->
+ <threadCount>15</threadCount> <!--Number of classes to run in parallel-->
+ <forkCount>15</forkCount> <!--Number of JVM processes -->
651
<reuseForks>true</reuseForks>
652
<!--End configuration to run TestRunners in parallel-->
653
<environmentVariables>
0 commit comments