Skip to content

Commit

Permalink
HBASE-25163 Increase the timeout value for nightly jobs (apache#2512)
Browse files Browse the repository at this point in the history
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Jan Hentschel <janh@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
  • Loading branch information
Apache9 authored and clarax committed Nov 15, 2020
1 parent e1bbfc2 commit af23a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '15'))
timeout (time: 24, unit: 'HOURS')
timeout (time: 16, unit: 'HOURS')
timestamps()
skipDefaultCheckout()
disableConcurrentBuilds()
Expand Down

0 comments on commit af23a37

Please sign in to comment.