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
74e111633e
commit
841556f91b
|
@ -25,7 +25,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '15'))
|
buildDiscarder(logRotator(numToKeepStr: '15'))
|
||||||
timeout (time: 24, unit: 'HOURS')
|
timeout (time: 16, unit: 'HOURS')
|
||||||
timestamps()
|
timestamps()
|
||||||
skipDefaultCheckout()
|
skipDefaultCheckout()
|
||||||
disableConcurrentBuilds()
|
disableConcurrentBuilds()
|
||||||
|
|
Loading…
Reference in New Issue