Skip to content

Commit

Permalink
remove hard coded surefire config (#199)
Browse files Browse the repository at this point in the history
the hard coded surefire config means it can not be overridden in CI or the CLI.

Whilst forkCount is the most pressing - if unlimited threads really are used, that would seem like an issue for people on slow computers, or VMs with not a lot of CPU.
  • Loading branch information
jtnord authored Aug 9, 2023
1 parent 28a34f8 commit 3a6e680
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@
<compatibleSinceVersion>1.44</compatibleSinceVersion>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1C</forkCount>
<parallel>all</parallel>
<useUnlimitedThreads>true</useUnlimitedThreads>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 3a6e680

Please sign in to comment.