Repository: hbase Updated Branches: refs/heads/branch-2 364650bad -> 03a418ed3
HBASE-19891 Up nightly test run timeout from 6 hours to 8 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/03a418ed Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/03a418ed Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/03a418ed Branch: refs/heads/branch-2 Commit: 03a418ed3901fd10f99eeebcd2afe12c8dfa1790 Parents: 364650b Author: Michael Stack <st...@apache.org> Authored: Mon Jan 29 22:14:47 2018 -0800 Committer: Michael Stack <st...@apache.org> Committed: Mon Jan 29 22:15:37 2018 -0800 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/03a418ed/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 3d0d06f..a8fc8b1 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { } options { buildDiscarder(logRotator(numToKeepStr: '30')) - timeout (time: 6, unit: 'HOURS') + timeout (time: 8, unit: 'HOURS') timestamps() skipDefaultCheckout() }