mirror of https://github.com/openclaw/openclaw.git
test: reduce exec timer test runtime
This commit is contained in:
parent
384a161bbc
commit
a6a2a9276e
|
|
@ -60,12 +60,12 @@ describe("runCommandWithTimeout", () => {
|
|||
"clearInterval(ticker);",
|
||||
"process.exit(0);",
|
||||
"}",
|
||||
"}, 180);",
|
||||
"}, 60);",
|
||||
].join(" "),
|
||||
],
|
||||
{
|
||||
timeoutMs: 5_000,
|
||||
noOutputTimeoutMs: 500,
|
||||
noOutputTimeoutMs: 250,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue