Skip to content

test(cli): raise node-compat smoke test timeout to 15s#91

Merged
wmadden merged 1 commit into
mainfrom
claude/cranky-wozniak-4c740d
Jul 15, 2026
Merged

test(cli): raise node-compat smoke test timeout to 15s#91
wmadden merged 1 commit into
mainfrom
claude/cranky-wozniak-4c740d

Conversation

@wmadden-electric

Copy link
Copy Markdown
Contributor

The two smoke tests in node-compat.test.ts each spawn a separate node process and relied on bun test's default 5000ms timeout. They failed three CI runs on dependabot PRs #65 and #73 at 5.06s–5.51s while passing locally in ~40ms — loaded 2-core CI runners push the node process spawn just past 5s.

Give each test a 15000ms timeout (~3× the worst observed run) so CI load can't flake it.

Verified with the full cli package suite: bun test → 85 pass, 0 fail.

🤖 Generated with Claude Code

The two node-compat tests each spawn a separate node process and used
bun test`s default 5000ms timeout. They failed three CI runs on
dependabot PRs #65 and #73 at 5.06s–5.51s while passing locally in ~40ms:
loaded 2-core CI runners push the node spawn just past 5s. Give each a
15000ms timeout so CI load cannot flake them.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: willbot <w.a.madden+machine@gmail.com>
Signed-off-by: Will Madden <madden@prisma.io>
@wmadden wmadden merged commit 5db244d into main Jul 15, 2026
12 checks passed
@wmadden wmadden deleted the claude/cranky-wozniak-4c740d branch July 15, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants