HBASE-24953 Temporarily up the timeout for branch-2 from 9 hours to 12 for build

This commit is contained in:
stack 2020-08-25 13:10:46 -07:00
parent 0be2b6ce55
commit 5c12b1e310
1 changed files with 1 additions and 1 deletions

View File

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