Skip to content

Commit 0442034

Browse files
committed
thread count and fork count change in parent pom -database plugin
1 parent 3d497bf commit 0442034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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>2</threadCount> <!--Number of classes to run in parallel-->
650-
<forkCount>2</forkCount> <!--Number of JVM processes -->
649+
<threadCount>8</threadCount> <!--Number of classes to run in parallel-->
650+
<forkCount>5</forkCount> <!--Number of JVM processes -->
651651
<reuseForks>true</reuseForks>
652652
<!--End configuration to run TestRunners in parallel-->
653653
<environmentVariables>

0 commit comments

Comments
 (0)