ci: increase timeouts + pnpm store cache to reduce QNAP runner flakes #66
Reference in New Issue
Block a user
Delete Branch "ci/reduce-qnap-flakes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
pnpm install --frozen-lockfile, reducing install time and the window for GitHub Actions download network timeouts (flake type 1: runs #163, #165)webServer.timeoutfrom 3 min to 5 min inplaywright.config.ts(flake type 2: run #172 — QNAP Next.js cold-start is slow)seq 1 36(3 min) toseq 1 60(5 min) in "Resolve and pin app IP" step (flake type 3: run #173)docker pull node:20-bookworm-slimstep before "Build and start app" to warm the Docker layer cacheTest plan