test: fix gate regressions

This commit is contained in:
Peter Steinberger
2026-02-24 04:39:29 +00:00
parent 2d6d6797d8
commit 31f2bf9519
6 changed files with 53 additions and 41 deletions

View File

@@ -105,12 +105,12 @@ describe("runCommandWithTimeout", () => {
"clearInterval(ticker);",
"process.exit(0);",
"}",
"}, 40);",
"}, 12);",
].join(" "),
],
{
timeoutMs: 5_000,
noOutputTimeoutMs: 1_500,
noOutputTimeoutMs: 120,
},
);