Skip to content

Commit

Permalink
[ci] increase timeout for performance pipeline step to 90 min (#175044)
Browse files Browse the repository at this point in the history
## Summary

Recently we have few more journeys added and sometimes overall run time
is over 1h and step is aborted because of 60 min timeout.
<img width="1088" alt="image"
src="https://github.com/elastic/kibana/assets/10977896/8609cea3-12e0-4e3c-83ec-fa441a7d1556">

Increasing timeout to 90 min to avoid re-runs and in the meantime I will
start looking into how to optimise & decrease the journeys runtime.
  • Loading branch information
dmlemeshko authored Jan 22, 2024
1 parent 6871387 commit c9a688f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipelines/performance/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ steps:
queue: kb-static-ubuntu
depends_on: build
key: tests
timeout_in_minutes: 60
timeout_in_minutes: 90
retry:
automatic:
- exit_status: '-1'
limit: 3
limit: 2
- exit_status: '*'
limit: 1

Expand Down

0 comments on commit c9a688f

Please sign in to comment.