mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 07:01:24 +00:00
test: further reduce process timeout waits in fast suites
This commit is contained in:
@@ -41,7 +41,7 @@ describe("runCommandWithTimeout", () => {
|
||||
[process.execPath, "-e", "setTimeout(() => {}, 10_000)"],
|
||||
{
|
||||
timeoutMs: 5_000,
|
||||
noOutputTimeoutMs: 70,
|
||||
noOutputTimeoutMs: 60,
|
||||
},
|
||||
);
|
||||
|
||||
@@ -73,7 +73,7 @@ describe("runCommandWithTimeout", () => {
|
||||
const result = await runCommandWithTimeout(
|
||||
[process.execPath, "-e", "setTimeout(() => {}, 10_000)"],
|
||||
{
|
||||
timeoutMs: 30,
|
||||
timeoutMs: 20,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user