Skip to content

Commit b25b2de

Browse files
committed
Reduce runtime of quote test
I saw it timeout on the CI at least once.
1 parent 64d9f1d commit b25b2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-staging/quote-run-many.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Test {
88
val a = 3 + ${Expr(i)}
99
2 + a
1010
}
11-
for (i <- 0 to 100)
11+
for (i <- 0 to 50)
1212
run(expr(i))
1313
}
1414
}

0 commit comments

Comments
 (0)