You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2018/03/07 10:21:06 UTC

[05/50] [abbrv] hbase git commit: HBASE-20122 Up timeout on nightlies to 9 hours from 8 on branch-2 and master

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/bc735474
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bc735474
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/bc735474

Branch: refs/heads/HBASE-19397-branch-2
Commit: bc735474a9d637c3e9f20cd7e0333a8cea6ff853
Parents: 2bb1c59
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:33:25 2018 -0800

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


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