Changed code-simplifier timeout from 30 minutes to 60 minutes#26618
Merged
dhr-verma merged 18 commits intomicrosoft:mainfrom Mar 3, 2026
Merged
Changed code-simplifier timeout from 30 minutes to 60 minutes#26618dhr-verma merged 18 commits intomicrosoft:mainfrom
dhr-verma merged 18 commits intomicrosoft:mainfrom
Conversation
…aily-repo-status.md-4130 Add agentic workflow daily-repo-status
…ode-simplifier.md-1519 Add agentic workflow code-simplifier
…uplicate-code-detector.md-4767 Add agentic workflow duplicate-code-detector
…to vermadhr/ghawWorkflowsForSimplification
…ication Vermadhr/ghaw workflows for simplification
Contributor
There was a problem hiding this comment.
Pull request overview
This PR doubles the timeout limit for the Code Simplifier GitHub Actions workflow from 30 minutes to 60 minutes. The change was motivated by recurring timeout failures in the workflow's execution. The core change is in the markdown configuration file for the workflow, with the corresponding compiled lock file updated to reflect this change.
Changes:
timeout-minutesincreased from 30 to 60 in the Code Simplifier workflow definition (code-simplifier.md) and its compiled lock file (code-simplifier.lock.yml)frontmatter-hashupdated in bothcode-simplifier.lock.ymlandduplicate-code-detector.lock.ymlto reflect the recompilation
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/code-simplifier.md |
Core config change: timeout-minutes doubled from 30 to 60 |
.github/workflows/code-simplifier.lock.yml |
Compiled workflow updated: timeout-minutes at the Execute GitHub Copilot CLI step updated to 60, frontmatter-hash refreshed |
.github/workflows/duplicate-code-detector.lock.yml |
Frontmatter-hash updated (no functional changes); likely a side effect of recompiling workflows |
Contributor
|
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output |
shlevari
approved these changes
Mar 3, 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.
Description
The code simplifier runs have been timing out - https://github.com/microsoft/FluidFramework/actions/workflows/code-simplifier.lock.yml. As an experiment, I wish to double the timeout limit and see if this improves the run stats.