Skip to content

Commit 5b145b2

Browse files
kostandinangclaude
andcommitted
FE-864: raise pi action timeout to 600s
Each cook agent action (write-tests, write-code, verify-epic) runs under a per-action wall-clock budget enforced in pi-actions.ts. Raise the default from 300s to 600s so Sonnet agents have headroom on larger slices and on brownfield repos where setup/discovery eats into the turn. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 90bb5ef commit 5b145b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/orchestrator/src/pi-actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function logVerbose(output: string): void {
5959
// Pi dispatch
6060
// ---------------------------------------------------------------------------
6161

62-
const PI_TIMEOUT_MS = 300_000;
62+
const PI_TIMEOUT_MS = 600_000;
6363
// Output cap — the timeout alone won't stop a fast, chatty agent.
6464
const PI_MAX_OUTPUT = 10 * 1024 * 1024;
6565

0 commit comments

Comments
 (0)