From 4bd62ceea4aa60caf2896290a2e39bba36ab839a Mon Sep 17 00:00:00 2001 From: Hweinstock Date: Tue, 22 Sep 2026 20:10:16 +0000 Subject: [PATCH] fix(e2e): bump timeout for local invokes --- e2eTest/project/templates.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2eTest/project/templates.test.ts b/e2eTest/project/templates.test.ts index 4d568e979..d67e75170 100644 --- a/e2eTest/project/templates.test.ts +++ b/e2eTest/project/templates.test.ts @@ -270,7 +270,7 @@ describe( projectDir, ), ); - }); + }, TIMEOUT_MS.PROJECT_INVOKE); expect(response.complete).toBe(true); if (runtime.protocol === "MCP" || runtime.protocol === "A2A") {