Skip to content

Commit

Permalink
Increase Test Timeout
Browse files Browse the repository at this point in the history
Bigger timeout for the browserstack tests as these sometimes get
queued up and wait causing a failure when nothing is wrong.
  • Loading branch information
jrjohnson committed Jul 9, 2024
1 parent 47369a5 commit 813ad25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 813ad25

Please sign in to comment.