test: reduce exec timer test runtime

This commit is contained in:
Peter Steinberger 2026-02-23 04:24:52 +00:00
parent 384a161bbc
commit a6a2a9276e
1 changed files with 2 additions and 2 deletions

View File

@ -60,12 +60,12 @@ describe("runCommandWithTimeout", () => {
"clearInterval(ticker);",
"process.exit(0);",
"}",
"}, 180);",
"}, 60);",
].join(" "),
],
{
timeoutMs: 5_000,
noOutputTimeoutMs: 500,
noOutputTimeoutMs: 250,
},
);