HBASE-19891 Up nightly test run timeout from 6 hours to 8
This commit is contained in:
parent
98c9d8f7a1
commit
9b8d7e0aef
|
@ -25,7 +25,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '30'))
|
buildDiscarder(logRotator(numToKeepStr: '30'))
|
||||||
timeout (time: 6, unit: 'HOURS')
|
timeout (time: 8, unit: 'HOURS')
|
||||||
timestamps()
|
timestamps()
|
||||||
skipDefaultCheckout()
|
skipDefaultCheckout()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue