Skip to content

Commit

Permalink
[wasm] Bump up the timeout for System.Text.Json to 30mins
Browse files Browse the repository at this point in the history
System.Text.Json tests seem to be timing out. This is for *non*-aot
builds, so this should be investigated. This commit will unblock people
though.

Issue: dotnet#50433
  • Loading branch information
radical committed Apr 29, 2021
1 parent 3a249b7 commit 3bab2c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<!-- these tests depend on the pdb files -->
<DebuggerSupport Condition="'$(DebuggerSupport)' == '' and '$(TargetOS)' == 'Browser'">true</DebuggerSupport>
<WasmXHarnessArgs>$(WasmXHarnessArgs) --timeout=1800</WasmXHarnessArgs>
</PropertyGroup>
<!-- DesignTimeBuild requires all the TargetFramework Derived Properties to not be present in the first property group. -->
<PropertyGroup>
Expand Down

0 comments on commit 3bab2c9

Please sign in to comment.