Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DBG
Browse files Browse the repository at this point in the history
nulltoken committed Nov 2, 2024
1 parent 3c6fcae commit be7a083
Showing 2 changed files with 14 additions and 6 deletions.
15 changes: 9 additions & 6 deletions tests/NCronJob.Tests/NCronJob.Tests.csproj
Original file line number Diff line number Diff line change
@@ -33,12 +33,15 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0-*" />
</ItemGroup>

<ItemGroup>
<Using Include="Xunit" />
</ItemGroup>
<ItemGroup>
<Using Include="Xunit" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\NCronJob\NCronJob.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\NCronJob\NCronJob.csproj" />
</ItemGroup>

<ItemGroup>
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>
5 changes: 5 additions & 0 deletions tests/NCronJob.Tests/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://xunit.net/schema/v3.0-alpha-1/xunit.runner.schema.json",
"diagnosticMessages": true,
"longRunningTestSeconds": 15
}

0 comments on commit be7a083

Please sign in to comment.