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:34:49 UTC

[hbase] branch branch-1 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
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 6f9930532d9f68d02689a95f4452dc6ba64d6122
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()