Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
[cypress] Increase CI timeout for Cypress on Linux to 80 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Sep 5, 2023
1 parent 4ad3ece commit 3d96790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
cypress_linux_integration_tests:
name: "Cypress ${{ matrix.cypress }} Linux Node ${{ matrix.node }} Integration Tests"
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 80
needs:
# Don't incur the cost of the test matrix if the basic build fails.
- check
Expand Down

0 comments on commit 3d96790

Please sign in to comment.