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

Commit 3d96790

Browse files
committed
[cypress] Increase CI timeout for Cypress on Linux to 80 minutes
1 parent 4ad3ece commit 3d96790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
cypress_linux_integration_tests:
104104
name: "Cypress ${{ matrix.cypress }} Linux Node ${{ matrix.node }} Integration Tests"
105105
runs-on: ubuntu-latest
106-
timeout-minutes: 60
106+
timeout-minutes: 80
107107
needs:
108108
# Don't incur the cost of the test matrix if the basic build fails.
109109
- check

0 commit comments

Comments
 (0)