From fb8d512ec678fd9b93303ba9ca64e8d61d0c561a Mon Sep 17 00:00:00 2001 From: Rene Pfeuffer Date: Fri, 6 Dec 2019 13:45:10 +0100 Subject: [PATCH] Fix integration tests Without this flag, the server will not be shutdown fast enough between the integration tests of scm-webapp and scm-it. Therefore the new server cannot start correctly whicht results in an error (ShutdownMonitor already started) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6a9fa7e044..c759de5733 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' + mvn 'verify -Pit -pl :scm-webapp,:scm-it -Dmaven.test.failure.ignore=true -DClassLoaderLeakPreventor.threadWaitMs=10' } stage('SonarQube') {