Skip to content

Commit

Permalink
Merge pull request #600 from dvsa/runners
Browse files Browse the repository at this point in the history
chore: bump to 2.17.2
  • Loading branch information
sr4850 authored Aug 5, 2024
2 parents 1c874dd + 162a510 commit ceaf667
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 @@ -259,12 +259,12 @@
<configuration>
<testFailureIgnore>true</testFailureIgnore>
<rerunFailingTestsCount>1</rerunFailingTestsCount>
<forkCount>2</forkCount>
<forkCount>3</forkCount>
<includes>
<include>**/**.java</include>
</includes>
<parallel>methods</parallel>
<threadCount>2</threadCount>
<threadCount>3</threadCount>
<reuseForks>true</reuseForks>
</configuration>
</plugin>
Expand Down

0 comments on commit ceaf667

Please sign in to comment.