Skip to content

Commit 6c85618

Browse files
authored
Merge pull request kurrent-io#4155 from EventStore/timothycoleman/remove-xunit-concurrency-limit
Remove xunit MaxParallelThreads concurrency limit
2 parents 4d3a433 + 0139f93 commit 6c85618

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Diff for: src/EventStore.Core.XUnit.Tests/EventStore.Core.XUnit.Tests.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@
2222
<ProjectReference Include="..\EventStore.Core\EventStore.Core.csproj" />
2323
<ProjectReference Include="..\EventStore.SourceGenerators\EventStore.SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
2424
</ItemGroup>
25+
<ItemGroup>
26+
<None Update="xunit.runner.json">
27+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
28+
</None>
29+
</ItemGroup>
2530
</Project>

Diff for: src/EventStore.Core.XUnit.Tests/xunit.runner.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
3+
"maxParallelThreads": -1
4+
}

0 commit comments

Comments
 (0)