We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1595a5 commit 25996c1Copy full SHA for 25996c1
elasticsearch-api/spec/yaml-test-runner/run.rb
@@ -62,7 +62,7 @@ def serverless?
62
if serverless?
63
options.merge!(
64
{
65
- retry_on_status: [409, 400, 503],
+ retry_on_status: [408, 409, 400, 503],
66
retry_on_failure: 20,
67
delay_on_retry: 10_000,
68
request_timeout: 120
0 commit comments