Skip to content

Commit fe01604

Browse files
Merge pull request #6425 from dotty-staging/increase-test-timeout
Increase tests timeout to 45 sec
2 parents 837c7a2 + 8f231eb commit fe01604

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)