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 2020/10/10 00:33:50 UTC

[hbase] branch branch-1.4 updated: HBASE-25163 Increase the timeout value for nightly jobs (#2512)

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

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


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new d5eeb99  HBASE-25163 Increase the timeout value for nightly jobs (#2512)
d5eeb99 is described below

commit d5eeb99fe3a807376a99fe657c65a04f69fc6800
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sat Oct 10 08:22:12 2020 +0800

    HBASE-25163 Increase the timeout value for nightly jobs (#2512)
    
    Signed-off-by: stack <st...@apache.org>
    Signed-off-by: Jan Hentschel <ja...@apache.org>
    Signed-off-by: Viraj Jasani <vj...@apache.org>
---
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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