summaryrefslogtreecommitdiff
path: root/test/files/run/colltest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/colltest.scala')
-rw-r--r--test/files/run/colltest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/colltest.scala b/test/files/run/colltest.scala
index 024f2fb1f4..049c075fa1 100644
--- a/test/files/run/colltest.scala
+++ b/test/files/run/colltest.scala
@@ -1,6 +1,6 @@
import collection.mutable._
class TestSet(s0: Set[int], s1: Set[int]) {
- val Iterations = 1000000
+ val Iterations = 10
val Range = 100000
val testEachStep = false
val Threshold = 20000