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')