From 4e37ad59b865d95b63d72523a083fed9beabc72b Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Wed, 1 Jul 2020 16:52:25 +0900 Subject: [PATCH] HADOOP-17090. Increase precommit job timeout from 5 hours to 20 hours. (#2111). Contributed by Akira Ajisaka. Signed-off-by: Ayush Saxena --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1d4c6fe4c3..0461c5727a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { options { buildDiscarder(logRotator(numToKeepStr: '5')) - timeout (time: 5, unit: 'HOURS') + timeout (time: 20, unit: 'HOURS') timestamps() checkoutToSubdirectory('src') }