Skip to content

Commit

Permalink
Increase the timeout for func-target job
Browse files Browse the repository at this point in the history
There are some jobs that are timing out after 4 hours because of this timeout. Increasing to 5 hours for now to help.
  • Loading branch information
jadonn committed Feb 1, 2024
1 parent 9f1ba66 commit 1a314b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
# abstract job; use as parent for other jobs
abstract: true
parent: configure-juju
timeout: 14400
timeout: 18000
attempts: 4
semaphore: functional-test
# as an alternate to semaphores, or along side them, we could define
Expand Down

0 comments on commit 1a314b4

Please sign in to comment.