Skip to content

Commit

Permalink
chore(bors): merge pull request #421
Browse files Browse the repository at this point in the history
421: ci(jenkins): bump timeout to 2 hours r=tiagolobocastro a=tiagolobocastro

Signed-off-by: Tiago Castro <[email protected]>

Co-authored-by: Tiago Castro <[email protected]>
  • Loading branch information
mayastor-bors and tiagolobocastro committed Jan 16, 2023
2 parents 3e30290 + b4275f0 commit b852b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ String cron_schedule = mainBranches() ? "0 2 * * *" : ""
pipeline {
agent none
options {
timeout(time: 1, unit: 'HOURS')
timeout(time: 2, unit: 'HOURS')
}
parameters {
booleanParam(defaultValue: false, name: 'build_images')
Expand Down

0 comments on commit b852b4f

Please sign in to comment.