mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-31 03:39:14 +01:00
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)
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user