From f34ba064688e8f992639c24180488a937f2113bc Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Sat, 10 Oct 2020 08:22:12 +0800 Subject: [PATCH] HBASE-25163 Increase the timeout value for nightly jobs (#2512) Signed-off-by: stack Signed-off-by: Jan Hentschel Signed-off-by: Viraj Jasani --- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index c250dcefe60..01d50197fbc 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()