Skip to content

Commit

Permalink
change default to 50 in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Feb 22, 2024
1 parent aca4307 commit 1e1f4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</licenses>

<properties>
<surefire.parallel>100</surefire.parallel>
<surefire.parallel>50</surefire.parallel>
<selenium.version>4.17.0</selenium.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit 1e1f4f3

Please sign in to comment.