Skip to content

Commit 975f7ef

Browse files
authored
Merge pull request #2251 from dotty-staging/fix-#2220
Fix #2220: disable benchmarks, set run timeout to 30 seconds
2 parents 889ed89 + 623a1d4 commit 975f7ef

File tree

11 files changed

+1
-36
lines changed

11 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)