From 8a7cfe47a251ee42d6d6b169fbf5d0f16c688fca Mon Sep 17 00:00:00 2001 From: arcuri82 Date: Wed, 4 Oct 2023 21:56:07 +0200 Subject: [PATCH] re-enabled reuse of forks --- e2e-tests/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/e2e-tests/pom.xml b/e2e-tests/pom.xml index 9bcd2757c8..bd7e8b5027 100644 --- a/e2e-tests/pom.xml +++ b/e2e-tests/pom.xml @@ -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...) --> - false +