diff --git a/tests/Aspire.EndToEnd.Tests/.runsettings b/tests/Aspire.EndToEnd.Tests/.runsettings index 591a45e7ab7..348b55730ea 100644 --- a/tests/Aspire.EndToEnd.Tests/.runsettings +++ b/tests/Aspire.EndToEnd.Tests/.runsettings @@ -1,5 +1,8 @@ + + true + 900000 diff --git a/tests/Aspire.Playground.Tests/.runsettings b/tests/Aspire.Playground.Tests/.runsettings index d70cb0f813a..1eb28e08584 100644 --- a/tests/Aspire.Playground.Tests/.runsettings +++ b/tests/Aspire.Playground.Tests/.runsettings @@ -1,5 +1,8 @@ + + true + 1200000 diff --git a/tests/Aspire.Workload.Tests/.runsettings b/tests/Aspire.Workload.Tests/.runsettings index d70cb0f813a..1eb28e08584 100644 --- a/tests/Aspire.Workload.Tests/.runsettings +++ b/tests/Aspire.Workload.Tests/.runsettings @@ -1,5 +1,8 @@ + + true + 1200000 diff --git a/tests/helix/send-to-helix-buildonhelixtests.targets b/tests/helix/send-to-helix-buildonhelixtests.targets index bf9241cd4f2..5a4fadc1806 100644 --- a/tests/helix/send-to-helix-buildonhelixtests.targets +++ b/tests/helix/send-to-helix-buildonhelixtests.targets @@ -35,7 +35,7 @@ <_TestBlameArguments Include="--blame-crash-dump-type full" /> - <_TestRunCommandArguments Include="dotnet test -s .runsettings --results-directory $(_HelixLogsPath)" /> + <_TestRunCommandArguments Include="dotnet test -s .runsettings --results-directory $(_HelixLogsPath) -v:n" /> <_TestRunCommandArguments Include="@(_TestBlameArguments, ' ')" />