Skip to content

Commit 52d5477

Browse files
committed
Try to make lazy-impl.scala less flaky
I've seen it fail on the Windows CI before.
1 parent 1bd3318 commit 52d5477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/lazy-impl.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ object Test {
201201
val rand = java.util.Random()
202202
val c = new C()
203203
val readers =
204-
for i <- 0 until 1000 yield
204+
for i <- 0 until 500 yield
205205
new Thread {
206206
override def run() = {
207207
Thread.sleep(rand.nextInt(50))

0 commit comments

Comments
 (0)