Increase timeout (#6697)

This commit is contained in:
Basil Crow 2022-06-24 15:20:09 -07:00 committed by GitHub
parent c60ea9210c
commit 68c4c8f7cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ for (i = 0; i < buildTypes.size(); i++) {
// Now run the actual build.
stage("${buildType} Build / Test") {
timeout(time: 5, unit: 'HOURS') {
timeout(time: 6, unit: 'HOURS') {
realtimeJUnit(healthScaleFactor: 20.0, testResults: '*/target/surefire-reports/*.xml,war/junit.xml') {
def mavenOptions = [
'-Pdebug',