From ab45be15162d239003f92b1a3d4df3ac8fc4c62f Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Mon, 4 Mar 2024 14:02:25 +0100 Subject: [PATCH] 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 fcc6fcac0cc267b61b705f574a3f1784ffb257c5] --- .../dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala b/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala index 9529f94a3890..5f8435b4dc96 100644 --- a/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala +++ b/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala @@ -206,7 +206,7 @@ class BootstrappedOnlyCompilationTests { object BootstrappedOnlyCompilationTests extends ParallelTesting { // Test suite configuration -------------------------------------------------- - def maxDuration = 60.seconds + def maxDuration = 100.seconds def numberOfSlaves = Runtime.getRuntime().availableProcessors() def safeMode = Properties.testsSafeMode def isInteractive = SummaryReport.isInteractive