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 85370f1   HBASE-24953 Temporarily up the timeout for branch-2 from 9 
hours to 12 for build  Addendum upping build time from 12 to 24 hours.
85370f1 is described below

commit 85370f1443678051a6b410ed7b5533475bfe025c
Author: stack <[email protected]>
AuthorDate: Wed Aug 26 07:43:54 2020 -0700

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

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

Reply via email to