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/9b8d7e0a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9b8d7e0a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9b8d7e0a Branch: refs/heads/HBASE-19064 Commit: 9b8d7e0aefe29fea474e06ab21f9288245ac3bf5 Parents: 98c9d8f Author: Michael Stack <[email protected]> Authored: Mon Jan 29 22:14:47 2018 -0800 Committer: Michael Stack <[email protected]> Committed: Mon Jan 29 22:14:47 2018 -0800 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/9b8d7e0a/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 14092d5..c7adfa5 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() }
