Skip to content

Commit

Permalink
(#380) IntegrationTests: try limit parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 21, 2023
1 parent a659a37 commit b5f648a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cesium.IntegrationTests/Cesium.IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<ItemGroup>
<None Include="**/*.c"/>
<None Include="**/*.h"/>
<None Update="xunit.runner.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions Cesium.IntegrationTests/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"maxParallelThreads": 4
}

0 comments on commit b5f648a

Please sign in to comment.