aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-04 16:43:51 +0200
committerFelix Mulder <felix.mulder@gmail.com>2017-04-12 11:21:57 +0200
commita3078ee21bab6da72fa0077fe140173785e17c6a (patch)
tree0cbac9ee8512b581f4acac09efdc012a8efc2ed2 /compiler/test/dotc
parent429066b6dacdd7670d1fce4b445d7bedc93df14d (diff)
downloaddotty-a3078ee21bab6da72fa0077fe140173785e17c6a.tar.gz
dotty-a3078ee21bab6da72fa0077fe140173785e17c6a.tar.bz2
dotty-a3078ee21bab6da72fa0077fe140173785e17c6a.zip
Fix settings having uninitialized values
Diffstat (limited to 'compiler/test/dotc')
-rw-r--r--compiler/test/dotc/comptest.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/test/dotc/comptest.scala b/compiler/test/dotc/comptest.scala
index d283f4ef0..ab55e0271 100644
--- a/compiler/test/dotc/comptest.scala
+++ b/compiler/test/dotc/comptest.scala
@@ -2,8 +2,13 @@ package dotc
import dotty.tools.dotc.vulpix.ParallelTesting
+import scala.concurrent.duration._
+
object comptest extends ParallelTesting {
+ def maxDuration = 3.seconds
+ def numberOfSlaves = 5
+ def safeMode = false
def isInteractive = true
def testFilter = None