Skip to content

Commit

Permalink
[Ops] Increase step timeout for storybook build (#176501)
Browse files Browse the repository at this point in the history
## Summary
Several instances of post-merge build failed on the storybook build and
upload, as it just finished briefly within limit, the step altogether
timed out.

This PR increases the timeout by 20m (a generous increment) while taking
note on ideally speeding up storybook builds:
#176500
  • Loading branch information
delanni authored Feb 9, 2024
1 parent d2f2d43 commit bc19b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ steps:
agents:
queue: n2-8-spot
key: storybooks
timeout_in_minutes: 60
timeout_in_minutes: 80
retry:
automatic:
- exit_status: '-1'
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipelines/pull_request/storybooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ steps:
agents:
queue: n2-8-spot
key: storybooks
timeout_in_minutes: 60
timeout_in_minutes: 80

0 comments on commit bc19b6b

Please sign in to comment.