Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
test: bump up Jenkins timeouts to 9 hours
Browse files Browse the repository at this point in the history
This now really should be on the safe side.
  • Loading branch information
pohly committed Sep 25, 2020
1 parent c68423d commit 66b52bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ pipeline {
// This runs most tests and thus gets to use the initial worker immediately.
stage('1.19') {
options {
timeout(time: 420, unit: "MINUTES")
timeout(time: 540, unit: "MINUTES")
}
steps {
TestInVM("", "fedora", "", "1.19", "Top.Level..[[:alpha:]]*-production[[:space:]]")
Expand All @@ -219,7 +219,7 @@ pipeline {
stage('1.18') {
when { not { changeRequest() } }
options {
timeout(time: 420, unit: "MINUTES")
timeout(time: 540, unit: "MINUTES")
}
agent {
label "pmem-csi"
Expand All @@ -230,7 +230,7 @@ pipeline {
}
stage('1.17') {
options {
timeout(time: 420, unit: "MINUTES")
timeout(time: 540, unit: "MINUTES")
}
agent {
label "pmem-csi"
Expand Down

0 comments on commit 66b52bc

Please sign in to comment.