From 5f584c7c1981f98d88aef682617d1bc2df4af01f Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 16 Apr 2026 19:21:43 +0000 Subject: [PATCH] fix(growth): increase hard timeout from 600s to 1800s Claude scoring phase has been timing out at the 600s mark when processing 500+ Reddit posts. Bump to 1800s (30 min) to give enough headroom for large post sets. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/skills/setup-agent-team/growth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/setup-agent-team/growth.sh b/.claude/skills/setup-agent-team/growth.sh index 0d3b0164d..d93c9945e 100644 --- a/.claude/skills/setup-agent-team/growth.sh +++ b/.claude/skills/setup-agent-team/growth.sh @@ -12,7 +12,7 @@ cd "${REPO_ROOT}" SPAWN_REASON="${SPAWN_REASON:-manual}" TEAM_NAME="spawn-growth" -HARD_TIMEOUT=600 # 10 min (claude scoring can take 5+ min with large post sets) +HARD_TIMEOUT=1800 # 30 min (claude scoring can take 10+ min with 500+ post sets) LOG_FILE="${REPO_ROOT}/.docs/${TEAM_NAME}.log" PROMPT_FILE=""