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>
This commit is contained in:
Duo Zhang 2020-10-10 08:22:12 +08:00 committed by GitHub
parent 665a8767a0
commit f34ba06468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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