Repository: hbase
Updated Branches:
  refs/heads/HBASE-19297 [created] f3156635e


HBASE-19297 increase nightly timeout to 18 hours. let's see if we're just slow.


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

Branch: refs/heads/HBASE-19297
Commit: f3156635eb9e1451fbe4f2c45eeb60e516f5a972
Parents: 777b653
Author: Sean Busbey <bus...@apache.org>
Authored: Fri Nov 17 19:31:27 2017 -0600
Committer: Sean Busbey <bus...@apache.org>
Committed: Fri Nov 17 19:31:27 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/f3156635/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 83c0afb..3e24b7b 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: 18, unit: 'HOURS')
     timestamps()
     skipDefaultCheckout()
   }

Reply via email to