Skip to content

Commit

Permalink
Fix executionTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed Dec 27, 2024
1 parent 81743f2 commit 7bc5906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/shared/src/test/scala/cats/effect/Runners.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ trait Runners extends TestInstances with RunnersPlatform {
self: FunSuite =>

def executionTimeout: FiniteDuration = 20.seconds
override def munitTimeout: Duration = executionTimeout

def ticked(options: TestOptions)(body: Ticker => Any)(implicit loc: Location): Unit =
test(options)(body(Ticker(TestContext())))
Expand Down

0 comments on commit 7bc5906

Please sign in to comment.