Skip to content

Commit 517cce0

Browse files
committed
Increase timeout for bootstrapped tests
tests/run-staging/quote-toExprOfTuple.scala and tests/run-staging/quote-run-many.scala failed with a timeout on the CI.
1 parent 43c58c7 commit 517cce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
2121

2222
// Test suite configuration --------------------------------------------------
2323

24-
def maxDuration = 30.seconds
24+
def maxDuration = 60.seconds
2525
def numberOfSlaves = 5
2626
def safeMode = Properties.testsSafeMode
2727
def isInteractive = SummaryReport.isInteractive

0 commit comments

Comments
 (0)