HBASE-20122 Up timeout on nightlies to 9 hours from 8 on branch-2 and
master
This commit is contained in:
parent
2bb1c59b61
commit
bc735474a9
|
@ -25,7 +25,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '30'))
|
buildDiscarder(logRotator(numToKeepStr: '30'))
|
||||||
timeout (time: 8, unit: 'HOURS')
|
timeout (time: 9, unit: 'HOURS')
|
||||||
timestamps()
|
timestamps()
|
||||||
skipDefaultCheckout()
|
skipDefaultCheckout()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue