Skip to content

Commit

Permalink
re-enabled reuse of forks
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Oct 4, 2023
1 parent 4ed971b commit 8a7cfe4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@
that is a problem when more than 1 test suite is using the same SUT.
In general, this a performance bottleneck, which should be avoided for unit tests.
However, for E2E that are already expensive to run, hopefully should not be a major problem.
Unfortunately, it was a MAJOR problem, as execution time went up of at least double...
on GA, there is a timeout of 6 hours, which was reached (so not 100% sure of total time...)
-->
<reuseForks>false</reuseForks>
<!-- <reuseForks>false</reuseForks>-->
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 8a7cfe4

Please sign in to comment.