Skip to content

Commit

Permalink
Merge pull request intel#745 from pohly/ci-timeouts
Browse files Browse the repository at this point in the history
test: bump CI job timeout to 6 hours
  • Loading branch information
pohly authored Sep 24, 2020
2 parents 9a7daab + 338d716 commit cf0e8d2
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: 240, unit: "MINUTES")
timeout(time: 420, 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: 240, unit: "MINUTES")
timeout(time: 420, unit: "MINUTES")
}
agent {
label "pmem-csi"
Expand All @@ -230,7 +230,7 @@ pipeline {
}
stage('1.17') {
options {
timeout(time: 240, unit: "MINUTES")
timeout(time: 420, unit: "MINUTES")
}
agent {
label "pmem-csi"
Expand Down

0 comments on commit cf0e8d2

Please sign in to comment.