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

Commit 300640e

Browse files
committed
Increase Cypress integration timeout to 1 hour
Also enable plugin debug logs to see if it helps identify why Cypress is timing out occasionally
1 parent 11fafae commit 300640e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
name: "Cypress Integration Tests: Cypress ${{ matrix.cypress }} + Node ${{ matrix.node }}"
9393
# FIXME: also test on Windows
9494
runs-on: ubuntu-latest
95-
timeout-minutes: 45
95+
timeout-minutes: 60
9696
needs:
9797
# Don't incur the cost of the test matrix if the basic build fails.
9898
- check
@@ -148,7 +148,7 @@ jobs:
148148
# DEBUG: unflakable:*
149149

150150
# Enable debug logs within the Cypress plugin.
151-
# TEST_DEBUG: unflakable:*
151+
TEST_DEBUG: unflakable:*
152152

153153
# Enable terminal colors for debug() output.
154154
DEBUG_COLORS: "1"

0 commit comments

Comments
 (0)