aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/comptest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/test/dotc/comptest.scala')
-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