From 338d7166741808f8b8e98c71ef609b11e3021970 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 24 Sep 2020 19:22:51 +0200 Subject: [PATCH] test: bump CI job timeout to 6 hours 4 hours are no longer enough for current "devel" branch testing. 6 hours will be enough for the upcoming version skew testing. --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 66111fca24..6d279d86e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -208,7 +208,7 @@ pipeline { // This runs most tests and thus gets to use the initial worker immediately. stage('1.19') { options { - timeout(time: 240, unit: "MINUTES") + timeout(time: 420, unit: "MINUTES") } steps { TestInVM("", "fedora", "", "1.19", "Top.Level..[[:alpha:]]*-production[[:space:]]") @@ -219,7 +219,7 @@ pipeline { stage('1.18') { when { not { changeRequest() } } options { - timeout(time: 240, unit: "MINUTES") + timeout(time: 420, unit: "MINUTES") } agent { label "pmem-csi" @@ -230,7 +230,7 @@ pipeline { } stage('1.17') { options { - timeout(time: 240, unit: "MINUTES") + timeout(time: 420, unit: "MINUTES") } agent { label "pmem-csi"