From af8ae721d5813ded9cbfa0e41297c4ce79149b8d Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Mon, 22 Jun 2026 05:39:47 -0400 Subject: [PATCH] Reduce setup step timeout, increase overall timeout (#39495) --- .github/workflows/test-ruby.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml index e27f11eaf1..ff236d04c9 100644 --- a/.github/workflows/test-ruby.yml +++ b/.github/workflows/test-ruby.yml @@ -76,7 +76,7 @@ jobs: test: runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 60 needs: - build @@ -142,6 +142,7 @@ jobs: tar xvzf artifacts.tar.gz - name: Set up Ruby environment + timeout-minutes: 15 uses: ./.github/actions/setup-ruby with: ruby-version: ${{ matrix.ruby-version}} @@ -178,7 +179,7 @@ jobs: test-e2e: name: End to End testing runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 30 needs: - build @@ -238,6 +239,7 @@ jobs: - name: Set up Ruby environment uses: ./.github/actions/setup-ruby + timeout-minutes: 15 with: ruby-version: ${{ matrix.ruby-version}} additional-system-dependencies: ffmpeg @@ -282,7 +284,7 @@ jobs: test-search: name: Elastic Search integration testing runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 30 needs: - build @@ -373,6 +375,7 @@ jobs: - name: Set up Ruby environment uses: ./.github/actions/setup-ruby + timeout-minutes: 15 with: ruby-version: ${{ matrix.ruby-version}} additional-system-dependencies: ffmpeg