From fe6341f7026d0599da4b3eefc5b021205d1a49bf Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 11 Apr 2026 01:06:44 +0100 Subject: [PATCH] test: widen auto-reply full access timeout (#64439) (thanks @100yenadmin) --- ...avior.defaults-think-low-reasoning-capable-models-no.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto-reply/reply.directive.directive-behavior.defaults-think-low-reasoning-capable-models-no.test.ts b/src/auto-reply/reply.directive.directive-behavior.defaults-think-low-reasoning-capable-models-no.test.ts index 254f169d57f..e41b30f1eda 100644 --- a/src/auto-reply/reply.directive.directive-behavior.defaults-think-low-reasoning-capable-models-no.test.ts +++ b/src/auto-reply/reply.directive.directive-behavior.defaults-think-low-reasoning-capable-models-no.test.ts @@ -352,7 +352,7 @@ describe("directive behavior", () => { fullAccessAvailable: true, }); }); - }); + }, 240_000); it("persists /reasoning off on discord even when model defaults reasoning on", async () => { await withTempHome(async (home) => { const storePath = sessionStorePath(home);