Skip to content

Commit ab45be1

Browse files
nicolasstuckiWojciechMazur
authored andcommitted
Increase BootstrappedOnlyCompilationTests timeout
Some of the tests in this file are a bit heavy and tend to timeout when the CI is overloaded. Tests that take may take longer include tests with the tasty inspector and the staging tests. [Cherry-picked fcc6fca]
1 parent bfcdef8 commit ab45be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class BootstrappedOnlyCompilationTests {
206206
object BootstrappedOnlyCompilationTests extends ParallelTesting {
207207
// Test suite configuration --------------------------------------------------
208208

209-
def maxDuration = 60.seconds
209+
def maxDuration = 100.seconds
210210
def numberOfSlaves = Runtime.getRuntime().availableProcessors()
211211
def safeMode = Properties.testsSafeMode
212212
def isInteractive = SummaryReport.isInteractive

0 commit comments

Comments
 (0)