dotnet / dotnet/modernize-dotnet

Assessment timeout issue (workaround here)

Open
#1,708 0 comments 0 reactions 1 assignee Claimed by @deepchoudhery View on GitHub
Dominant language
Shell
Stars
1.2k
Forks
181
PR merge metrics
No merged PRs in 30d

Description

the `generate_dotnet_upgrade_assessment` tool can hit the 3 minute timeout when running on CLI.
Currently exploring a fix but in the meantime the workaround is as follows :
1. find the 'mcp-servers' block in the [agent file](https://github.com/dotnet/modernize-dotnet/blob/main/plugins/modernize-dotnet/agents/modernize-dotnet.agent.md)
2. add a `timeout` property to `Modernization` server, `600000` to start with (10 minutes) and increase as needed
```
'timeout' : 600000
```
You can resume using the modernize-agent like you have been before, again this is an issue ONLY on the copilot-cli platform as of right now.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.