Skip to content

Commit

Permalink
Enable xUnit verbose logging (dotnet#107149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozkee authored and jtschuster committed Sep 17, 2024
1 parent d0dc12e commit 5599a1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5599a1d

Please sign in to comment.