mirror of https://github.com/jenkinsci/jenkins.git
Increase timeout (#6697)
This commit is contained in:
parent
c60ea9210c
commit
68c4c8f7cf
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue