Skip to content

Commit 8f231eb

Browse files
committed
Increase tests timeout to 45 sec
This change tries to mitigate the timeouts caused by tests/run/module-serialization-proxy-class-unload.scala
1 parent 2d07ae8 commit 8f231eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CompilationTests extends ParallelTesting {
2222

2323
// Test suite configuration --------------------------------------------------
2424

25-
def maxDuration = 30.seconds
25+
def maxDuration = 45.seconds
2626
def numberOfSlaves = 5
2727
def safeMode = Properties.testsSafeMode
2828
def isInteractive = SummaryReport.isInteractive

0 commit comments

Comments
 (0)