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 4065596 commit 771f946Copy full SHA for 771f946
eng/helix/content/RunTests/TestRunner.cs
@@ -247,7 +247,7 @@ public async Task<int> RunTestsAsync()
247
{
248
// Timeout test run 5 minutes before the Helix job would timeout
249
var cts = new CancellationTokenSource(Options.Timeout.Subtract(TimeSpan.FromMinutes(5)));
250
- var commonTestArgs = $"test {Options.Target} --logger:xunit --logger:\"console;verbosity=normal\" --blame "CollectHangDump;TestTimeout=5m";
+ var commonTestArgs = $"test {Options.Target} --logger:xunit --logger:\"console;verbosity=normal\" --blame \"CollectHangDump;TestTimeout=5m\"";
251
if (Options.Quarantined)
252
253
Console.WriteLine("Running quarantined tests.");
0 commit comments