File tree 3 files changed +17
-0
lines changed
3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 5
5
<IncludeRemoteExecutor >true</IncludeRemoteExecutor >
6
6
<TargetFramework >$(NetCoreAppCurrent)</TargetFramework >
7
7
</PropertyGroup >
8
+
9
+ <PropertyGroup Condition =" '$(TargetOS)' == 'browser'" >
10
+ <XunitShowProgress >true</XunitShowProgress >
11
+ <!-- This WASM test is problematic and slow right now. This sets the xharness timeout but there is also override in sendtohelix-browser.targets -->
12
+ <WasmXHarnessTestsTimeout >01:15:00</WasmXHarnessTestsTimeout >
13
+ </PropertyGroup >
14
+
8
15
<ItemGroup >
9
16
<RdXmlFile Include =" default.rd.xml" />
10
17
</ItemGroup >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >$(NetCoreAppCurrent)</TargetFramework >
5
5
</PropertyGroup >
6
6
7
+ <PropertyGroup Condition =" '$(TargetOS)' == 'browser'" >
8
+ <XunitShowProgress >true</XunitShowProgress >
9
+ <!-- This WASM test is problematic and slow right now. This sets the xharness timeout but there is also override in sendtohelix-browser.targets -->
10
+ <WasmXHarnessTestsTimeout >01:15:00</WasmXHarnessTestsTimeout >
11
+ </PropertyGroup >
12
+
7
13
<ItemGroup >
8
14
<RdXmlFile Include =" default.rd.xml" />
9
15
</ItemGroup >
Original file line number Diff line number Diff line change 250
250
<Timeout Condition =" '%(FileName)' == 'System.Collections.Immutable.Tests'" >01:20:00</Timeout >
251
251
<Timeout Condition =" '%(FileName)' == 'System.Net.WebSockets.Client.Tests'" >01:20:00</Timeout >
252
252
<Timeout Condition =" '%(FileName)' == 'System.Net.Http.Functional.Tests'" >01:20:00</Timeout >
253
+ <Timeout Condition =" '%(FileName)' == 'System.Memory.Tests'" >01:20:00</Timeout >
254
+ <Timeout Condition =" '%(FileName)' == 'System.Private.Xml.Tests'" >01:20:00</Timeout >
253
255
</HelixWorkItem >
254
256
</ItemGroup >
255
257
280
282
<Timeout Condition =" '%(FileName)' == 'System.Collections.Immutable.Tests'" >01:20:00</Timeout >
281
283
<Timeout Condition =" '%(FileName)' == 'System.Net.WebSockets.Client.Tests'" >01:20:00</Timeout >
282
284
<Timeout Condition =" '%(FileName)' == 'System.Net.Http.Functional.Tests'" >01:20:00</Timeout >
285
+ <Timeout Condition =" '%(FileName)' == 'System.Memory.Tests'" >01:20:00</Timeout >
286
+ <Timeout Condition =" '%(FileName)' == 'System.Private.Xml.Tests'" >01:20:00</Timeout >
283
287
</HelixWorkItem >
284
288
285
289
</ItemGroup >
You can’t perform that action at this time.
0 commit comments