]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
build(sandcastle): align task timeout with 10 critic rounds budget
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 14 May 2026 13:37:07 +0000 (15:37 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 14 May 2026 13:37:07 +0000 (15:37 +0200)
.github/workflows/sandcastle.yml
.sandcastle/constants.ts

index 783ed2afe9c62bf76295734e1fd0e0583a19d63c..2d173f66b8a33609dfff37065ce4ce4cbdaef772 100644 (file)
@@ -17,7 +17,7 @@ permissions:
 jobs:
   sandcastle:
     runs-on: ubuntu-latest
-    timeout-minutes: 120
+    timeout-minutes: 540
     steps:
       - uses: actions/checkout@v6
 
index 07ba0382764379fd1f3d1d8e8c3d7b12968e5041..a20c1b069b39a8f611d14e932f6109d0366dc137 100644 (file)
@@ -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 = '<promise>COMPLETE</promise>'