Skip to content

Commit

Permalink
Merge pull request #3569 from armanbilge/topic/global-test-timeout
Browse files Browse the repository at this point in the history
Increase global test timeout to 20s
  • Loading branch information
armanbilge committed Apr 26, 2023
2 parents a869178 + 3d9f3a8 commit c430fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shared/src/test/scala/cats/effect/Runners.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import scala.reflect.ClassTag

trait Runners extends SpecificationLike with TestInstances with RunnersPlatform { outer =>

def executionTimeout = 10.seconds
def executionTimeout = 20.seconds

def ticked[A: AsResult](test: Ticker => A): Execution =
Execution.result(test(Ticker(TestContext())))
Expand Down

0 comments on commit c430fce

Please sign in to comment.