From f6c0c59325bc14239bbd1dc8aa9ce68c7ab376dd Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 14 Sep 2022 09:26:44 +0100 Subject: [PATCH] ci: increase timeout e2e-testing stage happens at the end, it used to fail earlier so we didn't see this issue But since there are more stages regarding windows-ext and m1 support then the CI pipeline can take a bit longer for merge-commits --- .ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index e1c0de3a2c6..9fb7021784a 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { DEVELOPER_MODE=true } options { - timeout(time: 2, unit: 'HOURS') + timeout(time: 3, unit: 'HOURS') buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20', daysToKeepStr: '30')) timestamps() ansiColor('xterm')