Skip to content

Commit 3f89e4c

Browse files
Speed up runtime test
It timed out on my machine...
1 parent 7e669b7 commit 3f89e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/mapConserve.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Test {
1010

1111
def checkStackOverflow() = {
1212
var xs: List[String] = Nil
13-
for (i <- 0 until 250000)
13+
for (i <- 0 until 250)
1414
xs = "X" :: xs
1515

1616
val lowers = xs.mapConserve(_.toLowerCase)

0 commit comments

Comments
 (0)