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:22:32 UTC

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


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

commit f34ba064688e8f992639c24180488a937f2113bc
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 c250dce..01d5019 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: 16, unit: 'HOURS')
     timestamps()
     skipDefaultCheckout()
     disableConcurrentBuilds()