mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 21:50:21 +00:00
fix: restore dm command and self-chat auth behavior
This commit is contained in:
@@ -110,7 +110,8 @@ describe("runCommandWithTimeout", () => {
|
||||
],
|
||||
{
|
||||
timeoutMs: 7_000,
|
||||
noOutputTimeoutMs: 450,
|
||||
// Keep a generous idle budget; CI event-loop stalls can exceed 450ms.
|
||||
noOutputTimeoutMs: 900,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user