fix(growth): increase hard timeout from 600s to 1800s (#3314)
Some checks are pending
Lint / Biome Lint (push) Waiting to run
Lint / macOS Compatibility (push) Waiting to run
Lint / ShellCheck (push) Waiting to run

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 <claude@anthropic.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
This commit is contained in:
A 2026-04-16 12:28:45 -07:00 committed by GitHub
parent b290a3bb10
commit 21fd1949d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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=""