fix: restore dm command and self-chat auth behavior

This commit is contained in:
Peter Steinberger
2026-02-26 18:46:51 +01:00
parent 64de4b6d6a
commit 262bca9bdd
6 changed files with 116 additions and 17 deletions

View File

@@ -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,
},
);