Skip to content

Commit f6f0811

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7cc1f5e commit f6f0811

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ export const TEST_TIMEOUT_MS = Number(process.env.TEST_TIMEOUT_MS || 5 * 60 * 10
5555
export const MATRIX_CONFIG = process.env.MATRIX_CONFIG || '';
5656
export const MATRIX_MAX_ENTRIES = Number(process.env.MATRIX_MAX_ENTRIES || 24);
5757
export 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.

0 commit comments

Comments
 (0)