From 8686343d0ec249d899dadd0ff37cc8ad5f0faba9 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 25 Feb 2021 17:13:04 +0000 Subject: [PATCH] [CI] Increase timeout (#1070) --- .ci/Jenkinsfile | 2 +- .ci/integrationTestDownstream.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 499d15eb2..95f580c08 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { issueCommentTrigger('(?i)(.*(?:jenkins\\W+)?run\\W+(?:the\\W+)?tests(?:\\W+please)?.*|/test(?:all))') } options { - timeout(time: 1, unit: 'HOURS') + timeout(time: 3, unit: 'HOURS') timestamps() ansiColor('xterm') disableResume() diff --git a/.ci/integrationTestDownstream.groovy b/.ci/integrationTestDownstream.groovy index 85e36c388..e3f8448e7 100644 --- a/.ci/integrationTestDownstream.groovy +++ b/.ci/integrationTestDownstream.groovy @@ -27,7 +27,7 @@ pipeline { BUILD_OPTS = "${params.BUILD_OPTS}" } options { - timeout(time: 1, unit: 'HOURS') + timeout(time: 3, unit: 'HOURS') timestamps() ansiColor('xterm') disableResume()