test: shorten process timeout waits in exec and supervisor suites

This commit is contained in:
Peter Steinberger
2026-02-16 04:45:44 +00:00
parent 17d8e2a1c8
commit 795874711b
2 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ describe("process supervisor", () => {
mode: "child",
argv: [process.execPath, "-e", "setTimeout(() => {}, 10_000)"],
timeoutMs: 5_000,
noOutputTimeoutMs: 55,
noOutputTimeoutMs: 45,
stdinMode: "pipe-closed",
});
const exit = await run.wait();