Skip to content

Commit c609b69

Browse files
committed
Fix #2220: disable benchmarks, set run timeout to 30 seconds
1 parent 0fe56ea commit c609b69

13 files changed

+1
-36
lines changed

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

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

1616
// Test suite configuration --------------------------------------------------
1717

18-
def maxDuration = 180.seconds
18+
def maxDuration = 30.seconds
1919
def numberOfSlaves = 5
2020
def safeMode = Properties.testsSafeMode
2121
def isInteractive = SummaryReport.isInteractive
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/run/t3989.scala

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/run/t6853.scala

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)