fabro/lib/crates/fabro-test
Bryan Helmkamp 35fac654c3
fix(test): reduce test server stop timeout from 8s to 500ms
The test harness waited 8s for the server to shut down gracefully,
accommodating the server's 5s WORKER_CANCEL_GRACE. But in tests,
the CLI returns before workers exit (terminal SSE event → CLI exits →
TestContext drops → SIGTERM while workers still cleaning up), so the
last test in every session paid a ~5s penalty. No real work needs
preserving in tests, so SIGKILL after 500ms instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 14:29:00 -04:00
..
src fix(test): reduce test server stop timeout from 8s to 500ms 2026-04-08 14:29:00 -04:00
Cargo.toml perf(nextest): keep shared test server state in memory 2026-04-07 11:39:40 -04:00