Skip to content

Commit

Permalink
NO-ISSUE: Increase daily-dev Jenkins job timeout (#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Sep 12, 2024
1 parent 200d50e commit 2433ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.daily-dev-publish
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
}

options {
timeout(time: 240, unit: 'MINUTES')
timeout(time: 360, unit: 'MINUTES')
}

parameters {
Expand Down

0 comments on commit 2433ad7

Please sign in to comment.