Skip to content

Commit

Permalink
Adjusted IOPropSpec timeout (for JavaScript)
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Aug 27, 2021
1 parent 0b12f95 commit a1d865d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shared/src/test/scala/cats/effect/IOPropSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import scala.concurrent.duration._
//We allow these tests to have a longer timeout than IOSpec as they run lots of iterations
class IOPropSpec extends BaseSpec with Discipline {

override def executionTimeout: FiniteDuration = 30.second
override def executionTimeout: FiniteDuration = 60.second

"io monad" should {

Expand Down

0 comments on commit a1d865d

Please sign in to comment.