HBASE-19891 Up nightly test run timeout from 6 hours to 8

This commit is contained in:
Michael Stack 2018-01-29 22:14:47 -08:00
parent 98c9d8f7a1
commit 9b8d7e0aef
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '30'))
timeout (time: 6, unit: 'HOURS')
timeout (time: 8, unit: 'HOURS')
timestamps()
skipDefaultCheckout()
}