NCronJob-Dev / NCronJob

A Job Scheduler sitting on top of IHostedService in dotnet.
https://docs.ncronjob.dev/
MIT License
158 stars 11 forks source link

.NET 9.0 tests hang in Codespaces #125

Open nulltoken opened 2 weeks ago

nulltoken commented 2 weeks ago

Describe the bug

See https://github.com/NCronJob-Dev/NCronJob/pull/124#issuecomment-2453120185 and follow up discussion

Repro'd against https://github.com/NCronJob-Dev/NCronJob/commit/abf6f28dc58e055580f188b6a9bce15d0ac26fac

nulltoken commented 2 weeks ago

Relevant:

xunit.runner.json

{
    "$schema": "https://xunit.net/schema/v3.0-alpha-1/xunit.runner.schema.json",
    "diagnosticMessages": true,
    "longRunningTestSeconds": 15
}

See https://xunit.net/docs/configuration-files#file