Skip to content

Commit

Permalink
[ci] increase perf run step timeout to 90m (#180738)
Browse files Browse the repository at this point in the history
## Summary

Running journeys on CI works takes longer vs bare metal and folks are
adding more journeys. Increasing timeout for the step.
  • Loading branch information
dmlemeshko committed Apr 15, 2024
1 parent ce01620 commit dcf7206
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ steps:
queue: n2-2-spot
depends_on: build
key: tests
timeout_in_minutes: 60
timeout_in_minutes: 90
retry:
automatic:
- exit_status: '-1'
limit: 3
limit: 1
- exit_status: '*'
limit: 1

Expand Down

0 comments on commit dcf7206

Please sign in to comment.