File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,9 +55,8 @@ export const TEST_TIMEOUT_MS = Number(process.env.TEST_TIMEOUT_MS || 5 * 60 * 10
5555export const MATRIX_CONFIG = process . env . MATRIX_CONFIG || '' ;
5656export const MATRIX_MAX_ENTRIES = Number ( process . env . MATRIX_MAX_ENTRIES || 24 ) ;
5757export const AGENT_TIMEOUT_MS = Number ( process . env . AGENT_TIMEOUT_MS || 25 * 60 * 1000 ) ;
58- // Text that flags a provider rate limit in opencode's own log
59- // (<dataDir>/opencode/log/opencode.log) during the headless agent step; matched
60- // case-insensitively against each fresh line so the entry aborts early instead of
58+ // Text that flags a provider rate limit in opencode's own logs
59+ // (<dataDir>/opencode/log/*.log) during the headless agent step; matched
6160// burning the rest of AGENT_TIMEOUT_MS waiting on a provider that's already refusing
6261// requests. opencode/provider-wording dependent (like the label regexes in
6362// src/capture/usage.ts) — override if your provider phrases it differently.
You can’t perform that action at this time.
0 commit comments