Skip to content

Commit 81d1df0

Browse files
Backport "Increase BootstrappedOnlyCompilationTests timeout" to LTS (#20976)
Backports #19868 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents f32fa2b + ab45be1 commit 81d1df0

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)