diff --git a/.github/workflows/9.0.yml b/.github/workflows/9.0.yml index b041bda11f..5839cbf515 100644 --- a/.github/workflows/9.0.yml +++ b/.github/workflows/9.0.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.1', '3.2', '3.3', '3.4', 'jruby-9.3', 'jruby-9.4'] + ruby: ['3.1', '3.2', '3.3', '3.4', 'jruby-9.3', 'jruby-9.4', 'jruby-10.0'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/elasticsearch-api/spec/yaml-test-runner/run.rb b/elasticsearch-api/spec/yaml-test-runner/run.rb index 5426ea3acd..d7f32635ff 100644 --- a/elasticsearch-api/spec/yaml-test-runner/run.rb +++ b/elasticsearch-api/spec/yaml-test-runner/run.rb @@ -63,8 +63,8 @@ def serverless? options.merge!( { retry_on_status: [409, 400, 503], - retry_on_failure: 10, - delay_on_retry: 5_000, + retry_on_failure: 20, + delay_on_retry: 10_000, request_timeout: 120 } )