Skip to content

Commit

Permalink
Merge pull request #3198 from djspiewak/build/spec-timeout-js
Browse files Browse the repository at this point in the history
Pushed timeout forward a bit for slow JS
  • Loading branch information
djspiewak authored Oct 9, 2022
2 parents 89c0f80 + 4748668 commit 2ca91dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class UnsafeBoundedSpec extends BaseSpec {
_ <- IO(results.toList must containTheSameElementsAs(0.until(length)))
} yield ok

test.timeoutTo(8.seconds, IO(false must beTrue))
test.timeoutTo(16.seconds, IO(false must beTrue))
}

"parallel put and take" >> real {
Expand Down

0 comments on commit 2ca91dc

Please sign in to comment.