diff --git a/src/process/exec.test.ts b/src/process/exec.test.ts index dc0b82054..5129ea0c3 100644 --- a/src/process/exec.test.ts +++ b/src/process/exec.test.ts @@ -41,7 +41,7 @@ describe("runCommandWithTimeout", () => { [process.execPath, "-e", "setTimeout(() => {}, 10_000)"], { timeoutMs: 5_000, - noOutputTimeoutMs: 100, + noOutputTimeoutMs: 80, }, ); @@ -73,7 +73,7 @@ describe("runCommandWithTimeout", () => { const result = await runCommandWithTimeout( [process.execPath, "-e", "setTimeout(() => {}, 10_000)"], { - timeoutMs: 60, + timeoutMs: 40, }, );