Skip to content

Commit 896efc3

Browse files
committed
ci: bump Cypress verify timeout
1 parent d630c81 commit 896efc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
continue-on-error: ${{ matrix.os == 'windows-latest' }}
9999
env:
100100
FEATURE_FLAGS: ${{ matrix.flag-for-ts }} ${{ matrix.flag-for-jsx }} ${{ matrix.flag-for-router }} ${{ matrix.flag-for-pinia }} ${{ matrix.flag-for-vitest }} ${{ matrix.flag-for-e2e }}
101+
# Sometimes the Linux runner can't verify Cypress in 30s
102+
CYPRESS_VERIFY_TIMEOUT: 60000
101103
steps:
102104
- uses: actions/checkout@v3
103105
- uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)