Skip to content

Commit 85370f1

Browse files
committed
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.
1 parent 08b0b85 commit 85370f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-support/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline {
2525
}
2626
options {
2727
buildDiscarder(logRotator(numToKeepStr: '15'))
28-
timeout (time: 12, unit: 'HOURS')
28+
timeout (time: 24, unit: 'HOURS')
2929
timestamps()
3030
skipDefaultCheckout()
3131
disableConcurrentBuilds()

0 commit comments

Comments
 (0)