mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
## Summary - The TypeScript CI on main started failing because two tests in `apps/fabro-web/scripts/build.test.ts` shell out to a real production Vite build and were hitting Bun's default 5000ms test timeout. - When the test timed out, Bun killed the build subprocess (SIGTERM → exit 143), reported as `build failed with code 143`. - Raise the per-test timeout to 60s on the two build-running tests so CI variance no longer kills the build. Failing run: https://github.com/fabro-sh/fabro/actions/runs/26042062252/job/76556114190 ## Test plan - [x] `cd apps/fabro-web && bun test scripts/build.test.ts` passes locally - [ ] TypeScript CI passes on the PR 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| build.test.ts | ||
| build.ts | ||