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 d3f7077 commit 4065596Copy full SHA for 4065596
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";
+ 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