We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a869178 + 3d9f3a8 commit c430fceCopy full SHA for c430fce
1 file changed
tests/shared/src/test/scala/cats/effect/Runners.scala
@@ -33,7 +33,7 @@ import scala.reflect.ClassTag
33
34
trait Runners extends SpecificationLike with TestInstances with RunnersPlatform { outer =>
35
36
- def executionTimeout = 10.seconds
+ def executionTimeout = 20.seconds
37
38
def ticked[A: AsResult](test: Ticker => A): Execution =
39
Execution.result(test(Ticker(TestContext())))
0 commit comments