Skip to content

Commit ee1f593

Browse files
committed
[Tests] YAML - Retry on 400 for Serverless trained model allocation
1 parent 72713cf commit ee1f593

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],
65+
retry_on_status: [409, 400],
6666
retry_on_failure: 10,
6767
delay_on_retry: 60_000,
6868
request_timeout: 120

0 commit comments

Comments
 (0)