From 2f5a331c53769e9eb6d12e9309da3fb08acc7fbb Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Mon, 1 Mar 2021 14:11:00 +0800 Subject: [PATCH] HBASE-25620 Increase timeout value for pre commit (#3000) Signed-off-by: Guanghao Zhang --- dev-support/Jenkinsfile_GitHub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub index caa9c263986..9d891a1eeba 100644 --- a/dev-support/Jenkinsfile_GitHub +++ b/dev-support/Jenkinsfile_GitHub @@ -25,7 +25,7 @@ pipeline { // N.B. this is per-branch, which means per PR disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '15')) - timeout (time: 7, unit: 'HOURS') + timeout (time: 10, unit: 'HOURS') timestamps() skipDefaultCheckout() } @@ -223,7 +223,7 @@ pipeline { // Has to be relative to WORKSPACE reportDir: "${WORKDIR_REL}/${PATCH_REL}", reportFiles: 'report.html', - reportName: 'PR JDK8 Hadoop2 Check Report' + reportName: 'PR JDK8 Hadoop3 Check Report' ] } // Jenkins pipeline jobs fill slaves on PRs without this :(