From 813ad25b61854a14cb2e07f343938f7dcf1a25dc Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Tue, 9 Jul 2024 16:04:12 -0700 Subject: [PATCH] Increase Test Timeout Bigger timeout for the browserstack tests as these sometimes get queued up and wait causing a failure when nothing is wrong. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 696f91108f..6ad660ee9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: browserstack-test: name: Browserstack ${{matrix.workspace}} ${{ matrix.launcher }} runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 120 needs: [test] strategy: fail-fast: false