From 94add329eb2f9cb1cbcf3cf3c9aa0bbf9a1d4bbd Mon Sep 17 00:00:00 2001 From: Rene Pfeuffer Date: Thu, 6 Feb 2020 10:00:44 +0100 Subject: [PATCH] Remove wait time for leak preventor This is no longer necessary due to the new SimpleClassLoaderLifeCycle, that is configured in the jetty startup for integration tests in the poms of scm-webapp and scm-it. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 839f9ce3b0..43fece6567 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ node('docker') { } stage('Integration Test') { - mvn 'verify -Pit -pl :scm-webapp,:scm-it -Dmaven.test.failure.ignore=true -DClassLoaderLeakPreventor.threadWaitMs=10' + mvn 'verify -Pit -pl :scm-webapp,:scm-it -Dmaven.test.failure.ignore=true' } stage('SonarQube') {