Skip to content

Commit 57bd40e

Browse files
janiszclaude
andcommitted
Increase RCA agent timeout to 10 minutes for deep analysis
Change RCA_AGENT_TIMEOUT_SECONDS from 120s (2 min) to 600s (10 min) to allow agents sufficient time for thorough investigation: - Code Archaeologist: git blame, PR analysis, test change detection - Infrastructure Detective: pattern matching, flake classification - Cross-Issue Correlator: JIRA searches, frequency analysis Also increase aggregation timeout from 30s to 60s. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 14a4dff commit 57bd40e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workflows/acs-triage/reference/constants.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ Central location for all hardcoded values used throughout the ACS triage workflo
115115

116116
| Constant | Value | Purpose |
117117
|----------|-------|---------|
118-
| RCA_AGENT_TIMEOUT_SECONDS | 120 | Max time per agent |
119-
| RCA_AGGREGATION_TIMEOUT_SECONDS | 30 | Max time for findings aggregation |
118+
| RCA_AGENT_TIMEOUT_SECONDS | 600 | Max time per agent (10 minutes for deep analysis) |
119+
| RCA_AGGREGATION_TIMEOUT_SECONDS | 60 | Max time for findings aggregation |
120120
| RCA_TEAM_PREFIX | "ci-rca-" | Team name prefix for RCA teams (e.g., "ci-rca-ROX-12345") |
121121
| MIN_SIMILARITY_THRESHOLD | 0.70 | Min similarity (70%) for including historical issues in correlation results |
122122
| VERY_SIMILAR_THRESHOLD | 0.85 | Similarity threshold (85%) for "very similar" classification |

0 commit comments

Comments
 (0)