fix(test-planner): keep exit fallback timer referenced

This commit is contained in:
Tak Hoffman 2026-03-27 08:59:42 -05:00
parent bb932beeac
commit c2ca99aa0b
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -645,7 +645,6 @@ export async function executePlan(plan, options = {}) {
child.stderr?.destroy();
finalizeRun(code, signal, "exit-timeout");
}, closeGraceMs);
closeFallbackTimer.unref?.();
});
child.on("close", (code, signal) => {
finalizeRun(childExitState?.code ?? code, childExitState?.signal ?? signal, "close");