diff --git a/src/process/exec.test.ts b/src/process/exec.test.ts index 8f8ae5d2787..349f3f8c16d 100644 --- a/src/process/exec.test.ts +++ b/src/process/exec.test.ts @@ -60,12 +60,12 @@ describe("runCommandWithTimeout", () => { "clearInterval(ticker);", "process.exit(0);", "}", - "}, 180);", + "}, 60);", ].join(" "), ], { timeoutMs: 5_000, - noOutputTimeoutMs: 500, + noOutputTimeoutMs: 250, }, );