From 780da97e91843a07c19e7502e8a3b6ae929888f2 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 26 Feb 2021 09:24:02 +0000 Subject: [PATCH] [CI] Increase timeout (#1070) (#1071) --- .ci/Jenkinsfile | 2 +- .ci/integrationTestDownstream.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 37a1fcb31..fac2e321e 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { issueCommentTrigger('(?i)(.*(?:jenkins\\W+)?run\\W+(?:the\\W+)?tests(?:\\W+please)?.*|/test(?:all))') } options { - timeout(time: 2, unit: 'HOURS') + timeout(time: 3, unit: 'HOURS') buildDiscarder(logRotator(numToKeepStr: '100', artifactNumToKeepStr: '100')) timestamps() ansiColor('xterm') diff --git a/.ci/integrationTestDownstream.groovy b/.ci/integrationTestDownstream.groovy index 70123b9a1..94617843d 100644 --- a/.ci/integrationTestDownstream.groovy +++ b/.ci/integrationTestDownstream.groovy @@ -22,7 +22,7 @@ pipeline { DISABLE_BUILD_PARALLEL = "${params.DISABLE_BUILD_PARALLEL}" } options { - timeout(time: 2, unit: 'HOURS') + timeout(time: 3, unit: 'HOURS') buildDiscarder(logRotator(numToKeepStr: '300', artifactNumToKeepStr: '300')) timestamps() ansiColor('xterm')