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:
parent
665a8767a0
commit
f34ba06468
|
@ -25,7 +25,7 @@ pipeline {
|
|||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '15'))
|
||||
timeout (time: 9, unit: 'HOURS')
|
||||
timeout (time: 16, unit: 'HOURS')
|
||||
timestamps()
|
||||
skipDefaultCheckout()
|
||||
disableConcurrentBuilds()
|
||||
|
|
Loading…
Reference in New Issue