From ccb755ce199d0de4df88433db5426ab81add4a41 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 11 Apr 2026 16:20:28 +0000 Subject: [PATCH] fix(growth): increase hard timeout from 300s to 600s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude scoring has been timing out since Apr 10 — the 5-min limit is too tight for 500+ post sets. Bumping to 10 min to match observed scoring times. 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 1059b7bb7..9dfb7ee77 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=300 # 5 min (scoring is fast, no tool use) +HARD_TIMEOUT=600 # 10 min (claude scoring can take 5+ min with large post sets) LOG_FILE="${REPO_ROOT}/.docs/${TEAM_NAME}.log" PROMPT_FILE=""