.NET 5: dotnet test command reports much higher duration on completion
Open
- Dominant language
- PowerShell
- Stars
- 22k
- Forks
- 4.9k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 29
Description
In .NET 5, when:
dotnet test
completes, the duration is much higher than expected. For example, one of our test projects takes around 1 minute 30 seconds to complete.
Typical output of dotnet test for this project is:
Duration: 14 m 34 s
Repeated runs result in similar high values.
Contributor guide
Assessment
This issue has not been assessed yet.