Failed to complete running multiple long-lasting tests when run from JetBrains Rider #159
-
When trying to run many tests from JetBrains Rider where each test takes ~10s to finish, after a few tests succeed, the testing process gets stuck and then a popups shows. I'm not sure if the issue is on my side. I have tried changing rider settings for Unit Testing but failed to achieve anything. I'm working on: Project with repro: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please check the test execution log for more details. <!-- set default session timeout to 5m -->
<TestSessionTimeout>500000</TestSessionTimeout> |
Beta Was this translation helpful? Give feedback.
Please check the test execution log for more details.
I guess you run in the default session timeout of 30s.
You need to set the session timeout in your
.runsettings
https://mikeschulze.github.io/gdUnit4/csharp_project_setup/vstest-adapter/#the-test-adapter-settings