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:
parent
08b0b85901
commit
85370f1443
2
dev-support/Jenkinsfile
vendored
2
dev-support/Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline {
|
||||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '15'))
|
||||
timeout (time: 12, unit: 'HOURS')
|
||||
timeout (time: 24, unit: 'HOURS')
|
||||
timestamps()
|
||||
skipDefaultCheckout()
|
||||
disableConcurrentBuilds()
|
||||
|
Loading…
x
Reference in New Issue
Block a user