Skip to content

Commit

Permalink
thread count and fork count change in parent pom -database plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldash171 committed Jan 12, 2024
1 parent 3d497bf commit 0442034
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>2</threadCount> <!--Number of classes to run in parallel-->
<forkCount>2</forkCount> <!--Number of JVM processes -->
<threadCount>8</threadCount> <!--Number of classes to run in parallel-->
<forkCount>5</forkCount> <!--Number of JVM processes -->
<reuseForks>true</reuseForks>
<!--End configuration to run TestRunners in parallel-->
<environmentVariables>
Expand Down

0 comments on commit 0442034

Please sign in to comment.