Skip to content

Commit

Permalink
reuse forks for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 11, 2024
1 parent be0b1d6 commit cb83f38
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 @@ -349,7 +349,7 @@
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<reuseForks>true</reuseForks>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit cb83f38

Please sign in to comment.