From 47dd2a7e017f02641b24b834b036ee1eee89dfd0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 May 2026 19:00:49 +0200 Subject: [PATCH] chore(sandcastle): increase idle timeout to 600s for MCP init --- .sandcastle/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sandcastle/constants.ts b/.sandcastle/constants.ts index 5f2b078a..ed8c0aa0 100644 --- a/.sandcastle/constants.ts +++ b/.sandcastle/constants.ts @@ -11,7 +11,7 @@ export const AGENT_CRITIC_EFFORT = 'medium' export const AGENT_CRITIC_MODEL = 'github-copilot/gpt-5.4' -export const AGENT_IDLE_TIMEOUT_S = 300 +export const AGENT_IDLE_TIMEOUT_S = 600 export const AGENT_ITERATION_BUDGET = 50 -- 2.43.0