typelevel / cats-effect

The pure asynchronous runtime for Scala
https://typelevel.org/cats-effect/
Apache License 2.0
1.99k stars 511 forks source link

Try to address DispatcherSpec timeout in CI #4057

Closed durban closed 2 months ago

durban commented 2 months ago

It was here: https://github.com/typelevel/cats-effect/actions/runs/8717231327/job/23912110075?pr=4054#step:24:4873.

[error]     ! cancelation race does not block a worker
[error]      cats.effect.TestTimeoutException: null (Runners.scala:120)
[error] cats.effect.Runners.$anonfun$timeout$1(Runners.scala:120)
[error] cats.effect.unsafe.WorkStealingThreadPool.$anonfun$sleep$1(WorkStealingThreadPool.scala:672)
[error] cats.effect.unsafe.WorkStealingThreadPool.$anonfun$sleep$1$adapted(WorkStealingThreadPool.scala:672)
[error] cats.effect.unsafe.WorkerThread.run(WorkerThread.scala:723)