You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/08/25 20:11:37 UTC

[hbase] branch branch-2 updated: HBASE-24953 Temporarily up the timeout for branch-2 from 9 hours to 12 for build

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 5c12b1e  HBASE-24953 Temporarily up the timeout for branch-2 from 9 hours to 12 for build
5c12b1e is described below

commit 5c12b1e310b1e937992122f32c36948abcae35d7
Author: stack <st...@apache.org>
AuthorDate: Tue Aug 25 13:10:46 2020 -0700

    HBASE-24953 Temporarily up the timeout for branch-2 from 9 hours to 12 for build
---
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 2c12281..8140614 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -25,7 +25,7 @@ pipeline {
   }
   options {
     buildDiscarder(logRotator(numToKeepStr: '15'))
-    timeout (time: 9, unit: 'HOURS')
+    timeout (time: 12, unit: 'HOURS')
     timestamps()
     skipDefaultCheckout()
     disableConcurrentBuilds()