Some of my test classes take more than a minute, and I cannot complete them because it cancels this:
Test run cancellation: test run time exceeded 60,000 milliseconds.
Is this configuration possible? I am using the latest versions:
- Visual Studio for Mac
- Xunit
- xunit.runner.visualstudio
- Microsoft.NET.Test.Sdk
source
share