Skip to content

Commit 749d126

Browse files
committed
[CI] Buildkite: Retries on 503 in serverless tests
1 parent 41868bc commit 749d126

File tree

1 file changed

+2
-2
lines changed
  • elasticsearch-api/spec/yaml-test-runner

1 file changed

+2
-2
lines changed

elasticsearch-api/spec/yaml-test-runner/run.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ def serverless?
6262
if serverless?
6363
options.merge!(
6464
{
65-
retry_on_status: [409, 400],
65+
retry_on_status: [409, 400, 503],
6666
retry_on_failure: 10,
67-
delay_on_retry: 60_000,
67+
delay_on_retry: 5_000,
6868
request_timeout: 120
6969
}
7070
)

0 commit comments

Comments
 (0)