Skip to content

Commit

Permalink
debugging CI timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Jan 27, 2025
1 parent a570920 commit 73b6d84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ private[kyo] trait BaseKyoCoreTest extends BaseKyoKernelTest[Abort[Any] & Async
case ex: Throwable => throw ex
case e => throw new IllegalStateException(s"Test aborted with $e")
},
Async.timeout(timeout),
Async.run,
_.map(_.toFuture).map(_.flatten),
IO.Unsafe.evalOrThrow
Expand Down

0 comments on commit 73b6d84

Please sign in to comment.