Skip to content

Commit 2e05d31

Browse files
committed
[CI] Increase retry delay for Serverless tests
1 parent d59bbe1 commit 2e05d31

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def serverless?
6464
{
6565
retry_on_status: [409, 400, 503],
6666
retry_on_failure: 10,
67-
delay_on_retry: 5_000,
67+
delay_on_retry: 10_000,
6868
request_timeout: 120
6969
}
7070
)

0 commit comments

Comments
 (0)