From 8f231eb54b5225384be70c2148697b815624e1ea Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Thu, 2 May 2019 16:12:24 +0200 Subject: [PATCH] Increase tests timeout to 45 sec This change tries to mitigate the timeouts caused by tests/run/module-serialization-proxy-class-unload.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 898697833765..ef59211d8668 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 = 30.seconds + def maxDuration = 45.seconds def numberOfSlaves = 5 def safeMode = Properties.testsSafeMode def isInteractive = SummaryReport.isInteractive