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

Addendum upping build time from 12 to 24 hours.
This commit is contained in:
stack 2020-08-26 07:43:54 -07:00
parent 08b0b85901
commit 85370f1443
1 changed files with 1 additions and 1 deletions

View File

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