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 2c9ee98 commit 8b31fa9Copy full SHA for 8b31fa9
elasticsearch-api/spec/yaml-test-runner/run.rb
@@ -63,8 +63,8 @@ def serverless?
63
options.merge!(
64
{
65
retry_on_status: [409, 400, 503],
66
- retry_on_failure: 10,
67
- delay_on_retry: 5_000,
+ retry_on_failure: 20,
+ delay_on_retry: 10_000,
68
request_timeout: 120
69
}
70
)
0 commit comments