Skip to content

Commit a095115

Browse files
authored
Increase BootstrappedOnlyCompilationTests timeout (#19868)
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.
2 parents abdd36f + fcc6fca commit a095115

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)