We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05e9cb commit 3ae7409Copy full SHA for 3ae7409
src/xunit.runner.visualstudio/VsTestRunner.cs
@@ -447,6 +447,9 @@ async Task RunTests(
447
{
448
RemotingUtility.CleanUpRegisteredChannels();
449
450
+ if (Debugger.IsAttached)
451
+ logger.LogWarning("{0}", "* Note: Long running test detection and test timeouts are disabled due to an attached debugger *");
452
+
453
cancelled = false;
454
455
var runInfos = getRunInfos();
0 commit comments