From 8db5b954b0b9ae0aeb7812774c6ff5da80fa625d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Cant=C3=BA?= <dacantu@microsoft.com> Date: Thu, 29 Aug 2024 13:00:33 -0500 Subject: [PATCH] Enable xUnit verbose logging --- .../System.Runtime/tests/System.IO.Tests/System.IO.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Runtime/tests/System.IO.Tests/System.IO.Tests.csproj b/src/libraries/System.Runtime/tests/System.IO.Tests/System.IO.Tests.csproj index 18a73faa56fa62..ebb8cdcd4db80e 100644 --- a/src/libraries/System.Runtime/tests/System.IO.Tests/System.IO.Tests.csproj +++ b/src/libraries/System.Runtime/tests/System.IO.Tests/System.IO.Tests.csproj @@ -5,10 +5,10 @@ <TestRuntime>true</TestRuntime> <IncludeRemoteExecutor>true</IncludeRemoteExecutor> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> + <XunitShowProgress>true</XunitShowProgress> </PropertyGroup> <PropertyGroup Condition="'$(TargetOS)' == 'browser' and '$(WasmEnableThreads)' == 'true'"> <WasmXHarnessMaxParallelThreads>1</WasmXHarnessMaxParallelThreads> - <XunitShowProgress>true</XunitShowProgress> <!-- VSF is emulated on the UI thread and all calls are slow because they are marshaled --> <WasmXHarnessTestsTimeout>01:15:00</WasmXHarnessTestsTimeout> </PropertyGroup>