Skip to content

Commit 6f99305

Browse files
committed
HBASE-25163 Increase the timeout value for nightly jobs (#2512)
Signed-off-by: stack <stack@apache.org> Signed-off-by: Jan Hentschel <janh@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
1 parent 5749747 commit 6f99305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: 6, unit: 'HOURS')
28+
timeout (time: 16, unit: 'HOURS')
2929
timestamps()
3030
skipDefaultCheckout()
3131
disableConcurrentBuilds()

0 commit comments

Comments
 (0)