Skip to content

Commit

Permalink
[buildkite] Increase release-tests timeout (#101238)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4d10ea1)
  • Loading branch information
brianseeders committed Oct 23, 2023
1 parent 53c09f4 commit 5e7ca59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/periodic.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ steps:
ES_RUNTIME_JAVA: "{{matrix.ES_RUNTIME_JAVA}}"
- label: release-tests
command: .buildkite/scripts/release-tests.sh
timeout_in_minutes: 300
timeout_in_minutes: 360
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipelines/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ steps:
ES_RUNTIME_JAVA: "{{matrix.ES_RUNTIME_JAVA}}"
- label: release-tests
command: .buildkite/scripts/release-tests.sh
timeout_in_minutes: 300
timeout_in_minutes: 360
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down

0 comments on commit 5e7ca59

Please sign in to comment.