Double daily code review agent run timeout#170
Merged
YunchuWang merged 2 commits intomainfrom Mar 13, 2026
Merged
Conversation
Co-authored-by: YunchuWang <12449837+YunchuWang@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
YunchuWang
March 13, 2026 03:49
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR increases the execution limits for the daily automated code review agent workflow to prevent premature termination by both the GitHub Actions job timeout and the inner timeout wrapper around the Copilot CLI invocation.
Changes:
- Increased the workflow job timeout from 30 to 60 minutes.
- Increased the Copilot CLI execution timeout from 20 to 40 minutes and updated the corresponding warning message.
You can also share your feedback on Copilot code review. Take the survey.
kaibocai
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The daily code review agent job and inner
timeoutcommand were hitting their limits, truncating agent runs prematurely.Changes
timeout-minutes: 30 → 60 (job-level GitHub Actions cap)timeoutcommand: 1200s (20 min) → 2400s (40 min)