From 0957b35a873b4098a84f6d71178a6947faed6566 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 14 May 2026 16:09:17 +0200 Subject: [PATCH] build(sandcastle): increase idle and validation timeouts for robustness --- .sandcastle/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.sandcastle/constants.ts b/.sandcastle/constants.ts index a20c1b06..5212910b 100644 --- a/.sandcastle/constants.ts +++ b/.sandcastle/constants.ts @@ -15,7 +15,7 @@ export const AGENT_CRITIC_EFFORT = 'medium' as const export const AGENT_CRITIC_MODEL = 'github-copilot/gpt-5.4' -export const AGENT_IDLE_TIMEOUT_S = 300 +export const AGENT_IDLE_TIMEOUT_S = 720 export const AGENT_ITERATION_BUDGET = 50 @@ -112,7 +112,7 @@ export const MAX_STDERR_CHARS = 500 export const VALIDATION_COMMAND = 'pnpm -r format && pnpm -r typecheck && pnpm -r lint && pnpm -r build && pnpm -r test' -export const VALIDATION_TIMEOUT_MS = 600_000 +export const VALIDATION_TIMEOUT_MS = 900_000 // ── Deduplication ──────────────────────────────────────────────────────────── -- 2.53.0