The login rate limiter (5 req/min) was triggering 429 on most tests since each test creates its own authenticated client via POST /api/session/profile. Set limit to 10000 in test env so the full suite can run unthrottled. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>