Increase Daily Rig Decomposition Benchmark timeout - #392
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot review the agent logs and investing why the agentic workflow timed out |
The 45-minute limit was consumed by the workflow agent debugging its own benchmark harness, not by one benchmark execution. The first typecheck failed at 02:54:14 because the installed skill lacked Node type declarations. It then spent ~28 minutes investigating SDK authentication/model transport and locally patching the installed |
|
@copilot review the agent logs and fix rig.ts so that sdk issues are not a problem |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Fixed in 480eb54. Rig now forwards the workflow SDK connection token and provider configuration, honors the configured send timeout instead of the SDK’s 60-second default, and aborts in-flight SDK requests on cancellation. |
The daily decomposition benchmark exceeded its 45-minute agent execution limit. This updates the workflow to allow the requested 55-minute budget.
timeout-minutes: 55in the benchmark workflow source.