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 d0dc12e commit 5599a1dCopy full SHA for 5599a1d
src/libraries/System.Runtime/tests/System.IO.Tests/System.IO.Tests.csproj
@@ -5,10 +5,10 @@
5
<TestRuntime>true</TestRuntime>
6
<IncludeRemoteExecutor>true</IncludeRemoteExecutor>
7
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
8
+ <XunitShowProgress>true</XunitShowProgress>
9
</PropertyGroup>
10
<PropertyGroup Condition="'$(TargetOS)' == 'browser' and '$(WasmEnableThreads)' == 'true'">
11
<WasmXHarnessMaxParallelThreads>1</WasmXHarnessMaxParallelThreads>
- <XunitShowProgress>true</XunitShowProgress>
12
<!-- VSF is emulated on the UI thread and all calls are slow because they are marshaled -->
13
<WasmXHarnessTestsTimeout>01:15:00</WasmXHarnessTestsTimeout>
14
0 commit comments