mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-25 23:47:20 +00:00
test: reduce exec timer test runtime
This commit is contained in:
@@ -60,12 +60,12 @@ describe("runCommandWithTimeout", () => {
|
||||
"clearInterval(ticker);",
|
||||
"process.exit(0);",
|
||||
"}",
|
||||
"}, 180);",
|
||||
"}, 60);",
|
||||
].join(" "),
|
||||
],
|
||||
{
|
||||
timeoutMs: 5_000,
|
||||
noOutputTimeoutMs: 500,
|
||||
noOutputTimeoutMs: 250,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user