This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git
commit e8d35db47737ac61dea9f5002ef4475e6adc1778 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Mar 6 15:18:57 2022 +0100 SLING-10051 Stabilize integration tests running on ci-builds fix "System Exit has timed out in the forked process 1" --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 02f5c4d..173f55e 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,7 @@ </execution> </executions> <configuration> + <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/> <redirectTestOutputToFile>true</redirectTestOutputToFile> <systemPropertyVariables> <launchpad.http.server.url>http://localhost:${http.port}</launchpad.http.server.url>
