Skip to content

Commit 127bcd6

Browse files
committed
chore(changeset): declare the lazy-deps timeout fix as releasing nothing (#3662)
Empty-frontmatter changeset — the sanctioned "this PR releases nothing" declaration the Check Changeset gate looks for. The change is test-only. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G71ANZMJ6TgX2a4WQVHmpr
1 parent efe7181 commit 127bcd6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
---
3+
4+
test(lint): give the lazy-deps dist probes the same cold-load timeout as their sibling (#3662)
5+
6+
The two dist probes in `lazy-deps.test.ts` spawn a child `node` that cold-loads
7+
sucrase (~1.5 MB) and typescript (~9 MB) to prove neither arrives at import time.
8+
That cold load alone exceeds vitest's default 5s timeout under a whole-repo
9+
`pnpm test` (dozens of parallel turbo tasks), so the ESM probe was observed
10+
failing at 5928ms on `execFileSync` — pure latency, not a contract failure. The
11+
in-process sibling already carried an explicit 30s timeout; hoisted that rationale
12+
into one named `COLD_LOAD_TIMEOUT_MS` shared by all three cold-loading cases.
13+
Test-only flake fix; releases nothing.

0 commit comments

Comments
 (0)