HBASE-20122 Up timeout on nightlies to 9 hours from 8 on branch-2 and

master
This commit is contained in:
Michael Stack 2018-03-03 07:33:25 -08:00
parent 2bb1c59b61
commit bc735474a9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '30'))
timeout (time: 8, unit: 'HOURS')
timeout (time: 9, unit: 'HOURS')
timestamps()
skipDefaultCheckout()
}