Skip to content

Commit

Permalink
Merge pull request #260 from Arkatufus/add_xunit.runner.json
Browse files Browse the repository at this point in the history
Add xunit.runner.json
  • Loading branch information
Arkatufus authored Sep 27, 2022
2 parents 2b16e90 + fb56397 commit 98dede2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@
<ProjectReference Include="..\Akka.Persistence.Azure\Akka.Persistence.Azure.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="xunit.runner.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
6 changes: 6 additions & 0 deletions src/Akka.Persistence.Azure.Tests/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://xunit.github.io/schema/current/xunit.runner.schema.json",
"longRunningTestSeconds": 60,
"parallelizeAssembly": false,
"parallelizeTestCollections": false
}

0 comments on commit 98dede2

Please sign in to comment.