Skip to content

Commit c59e12e

Browse files
committed
[Tests] Retry on 408 for Serverless since inference is timing out
1 parent f1595a5 commit c59e12e

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
@@ -62,7 +62,7 @@ def serverless?
6262
if serverless?
6363
options.merge!(
6464
{
65-
retry_on_status: [409, 400, 503],
65+
retry_on_status: [408, 409, 400, 503],
6666
retry_on_failure: 20,
6767
delay_on_retry: 10_000,
6868
request_timeout: 120

0 commit comments

Comments
 (0)