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
parent 74e111633e
commit 841556f91b
1 changed files with 1 additions and 1 deletions

View File

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