aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/CompilationTests.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-04 21:23:29 +0200
committerFelix Mulder <felix.mulder@gmail.com>2017-04-12 11:21:57 +0200
commiteff50df8308e3e1989dcbc509c5efbc5c0d087ac (patch)
treee2a76ff935d38ea7bd911b42ef0a028aa44a0744 /compiler/test/dotty/tools/dotc/CompilationTests.scala
parenta5b9d0763583210b71220a0e2cf68a3792c5062b (diff)
downloaddotty-eff50df8308e3e1989dcbc509c5efbc5c0d087ac.tar.gz
dotty-eff50df8308e3e1989dcbc509c5efbc5c0d087ac.tar.bz2
dotty-eff50df8308e3e1989dcbc509c5efbc5c0d087ac.zip
Add `RunnerOrchestration` to `ParallelTesting` trait
Diffstat (limited to 'compiler/test/dotty/tools/dotc/CompilationTests.scala')
-rw-r--r--compiler/test/dotty/tools/dotc/CompilationTests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/test/dotty/tools/dotc/CompilationTests.scala b/compiler/test/dotty/tools/dotc/CompilationTests.scala
index 241714f8b..fc7ab8a8d 100644
--- a/compiler/test/dotty/tools/dotc/CompilationTests.scala
+++ b/compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -15,7 +15,7 @@ class CompilationTests extends SummaryReport with ParallelTesting {
// Test suite configuration --------------------------------------------------
- def maxDuration = 3.seconds
+ def maxDuration = 180.seconds
def numberOfSlaves = 5
def safeMode = sys.env.get("SAFEMODE").isDefined
def isInteractive = SummaryReport.isInteractive