Skip to content

Commit

Permalink
Try to make lazy-impl.scala less flaky
Browse files Browse the repository at this point in the history
I've seen it fail on the Windows CI before.
  • Loading branch information
smarter committed Nov 20, 2020
1 parent e8c0fe2 commit bb2cce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run/lazy-impl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ object Test {
val rand = java.util.Random()
val c = new C()
val readers =
for i <- 0 until 1000 yield
for i <- 0 until 500 yield
new Thread {
override def run() = {
Thread.sleep(rand.nextInt(50))
Expand Down

0 comments on commit bb2cce4

Please sign in to comment.