HBASE-20122 Up timeout on nightlies to 9 hours from 8 on branch-2 and
master


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2b1b2c84
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2b1b2c84
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2b1b2c84

Branch: refs/heads/HBASE-19064
Commit: 2b1b2c849051b6ba033988fccd74a2285bd1f474
Parents: 1d25b60
Author: Michael Stack <st...@apache.org>
Authored: Sat Mar 3 07:33:25 2018 -0800
Committer: Michael Stack <st...@apache.org>
Committed: Sat Mar 3 07:35:23 2018 -0800

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/2b1b2c84/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index fa7c8ba..f74ab91 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -21,7 +21,7 @@ pipeline {
   }
   options {
     buildDiscarder(logRotator(numToKeepStr: '30'))
-    timeout (time: 8, unit: 'HOURS')
+    timeout (time: 9, unit: 'HOURS')
     timestamps()
     skipDefaultCheckout()
   }

Reply via email to