From eaae667a388618aa8c50f07fb3980d2b6fa25b1e Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Thu, 2 May 2019 17:12:05 +0200 Subject: [PATCH 1/2] Increase tests timeout --- compiler/test/dotty/tools/dotc/CompilationTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test/dotty/tools/dotc/CompilationTests.scala b/compiler/test/dotty/tools/dotc/CompilationTests.scala index 146d809e43b0..547c80445797 100644 --- a/compiler/test/dotty/tools/dotc/CompilationTests.scala +++ b/compiler/test/dotty/tools/dotc/CompilationTests.scala @@ -22,7 +22,7 @@ class CompilationTests extends ParallelTesting { // Test suite configuration -------------------------------------------------- - def maxDuration = 45.seconds + def maxDuration = 180.seconds def numberOfSlaves = 5 def safeMode = Properties.testsSafeMode def isInteractive = SummaryReport.isInteractive From e0bf24a8f05aed9a197d36931f4f4fd76a7379f8 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Thu, 2 May 2019 17:31:34 +0200 Subject: [PATCH 2/2] Update CompilationTests.scala --- compiler/test/dotty/tools/dotc/CompilationTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test/dotty/tools/dotc/CompilationTests.scala b/compiler/test/dotty/tools/dotc/CompilationTests.scala index 547c80445797..035a3c1e4f81 100644 --- a/compiler/test/dotty/tools/dotc/CompilationTests.scala +++ b/compiler/test/dotty/tools/dotc/CompilationTests.scala @@ -22,7 +22,7 @@ class CompilationTests extends ParallelTesting { // Test suite configuration -------------------------------------------------- - def maxDuration = 180.seconds + def maxDuration = 200.seconds def numberOfSlaves = 5 def safeMode = Properties.testsSafeMode def isInteractive = SummaryReport.isInteractive