From d49b95e99e45bbdd955d16d9736f8824e059aafe Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 14 May 2026 15:37:07 +0200 Subject: [PATCH] build(sandcastle): align task timeout with 10 critic rounds budget --- .github/workflows/sandcastle.yml | 2 +- .sandcastle/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sandcastle.yml b/.github/workflows/sandcastle.yml index 783ed2af..2d173f66 100644 --- a/.github/workflows/sandcastle.yml +++ b/.github/workflows/sandcastle.yml @@ -17,7 +17,7 @@ permissions: jobs: sandcastle: runs-on: ubuntu-latest - timeout-minutes: 120 + timeout-minutes: 540 steps: - uses: actions/checkout@v6 diff --git a/.sandcastle/constants.ts b/.sandcastle/constants.ts index 07ba0382..a20c1b06 100644 --- a/.sandcastle/constants.ts +++ b/.sandcastle/constants.ts @@ -25,7 +25,7 @@ export const AGENT_PLANNER_EFFORT = 'medium' as const export const AGENT_PLANNER_MODEL = 'github-copilot/claude-sonnet-4.6' -export const AGENT_TASK_TIMEOUT_MS = 6_000_000 +export const AGENT_TASK_TIMEOUT_MS = 30_000_000 export const COMPLETION_SIGNAL = 'COMPLETE' -- 2.43.0