Skip to content

Commit

Permalink
Merge pull request #4159 from joepvd/enlarge-timeout
Browse files Browse the repository at this point in the history
Enlarge timeout of ocp4_scan
  • Loading branch information
openshift-merge-bot[bot] authored May 13, 2024
2 parents b8171a7 + 1b5aef0 commit b9f9d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduled-jobs/build/ocp4_scan/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ node {
// Trigger ocp4-scan build for ${version}
versionJobs["scan-v${version}"] = {
try {
timeout(activity: true, time: 30, unit: 'MINUTES') {
timeout(activity: true, time: 60, unit: 'MINUTES') {
build job: '../aos-cd-builds/build%2Focp4_scan', parameters: [string(name: 'VERSION', value: "${cv}")], propagate: false
}
} catch (te) {
Expand Down

0 comments on commit b9f9d6e

Please sign in to comment.