Skip to content

Commit 771f946

Browse files
committed
Update TestRunner.cs
1 parent 4065596 commit 771f946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/RunTests/TestRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public async Task<int> RunTestsAsync()
247247
{
248248
// Timeout test run 5 minutes before the Helix job would timeout
249249
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";
250+
var commonTestArgs = $"test {Options.Target} --logger:xunit --logger:\"console;verbosity=normal\" --blame \"CollectHangDump;TestTimeout=5m\"";
251251
if (Options.Quarantined)
252252
{
253253
Console.WriteLine("Running quarantined tests.");

0 commit comments

Comments
 (0)