ci: bump windows test timeout to 30s (#1123)

This commit is contained in:
liruifengv 2026-06-26 15:35:56 +08:00 committed by GitHub
parent b51e13538d
commit 36cbdb29c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,10 @@ jobs:
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run test
# Windows runners are slower and run the whole suite (including
# in-process e2e tests) under more contention, so the default 5s test
# timeout causes flaky failures. Give it more headroom.
- run: pnpm run test -- --testTimeout=30000
lint:
runs-on: ubuntu-latest