Skip to content

Commit ffb6d0d

Browse files
committed
Fix #2220: disable benchmarks, set run timeout to 10 seconds
1 parent b8ed254 commit ffb6d0d

File tree

13 files changed

+1
-36
lines changed

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 = 10.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)