Skip to content

Commit

Permalink
fix: extend post-processor timeout to 3 hours (#4755)
Browse files Browse the repository at this point in the history
  • Loading branch information
SurferJeffAtGoogle authored Dec 8, 2022
1 parent bd31ac5 commit 8d4cdda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/owl-bot/cloud-build/update-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ steps:
env:
- 'HOME=/workspace'

# allow 80 minutes for the post-processor image to run
timeout: '4800s'
# allow 180 minutes (3 hours) for the post-processor image to run
timeout: '10800s'
logsBucket: 'gs://repo-automation-bots-post-processor-logs'

0 comments on commit 8d4cdda

Please sign in to comment.