From: Jérôme Benoit Date: Thu, 14 May 2026 13:37:07 +0000 (+0200) Subject: build(sandcastle): align task timeout with 10 critic rounds budget X-Git-Tag: cli@v4.8.0~39 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d49b95e99e45bbdd955d16d9736f8824e059aafe;p=e-mobility-charging-stations-simulator.git build(sandcastle): align task timeout with 10 critic rounds budget --- 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'