File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
compiler/test/dotty/tools/dotc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
2222 // Test suite configuration --------------------------------------------------
2323
2424 def maxDuration = 60 .seconds
25- def numberOfSlaves = 5
25+ def numberOfSlaves = Runtime .getRuntime().availableProcessors()
2626 def safeMode = Properties .testsSafeMode
2727 def isInteractive = SummaryReport .isInteractive
2828 def testFilter = Properties .testsFilter
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ object CompilationTests extends ParallelTesting {
328328 // Test suite configuration --------------------------------------------------
329329
330330 def maxDuration = 45 .seconds
331- def numberOfSlaves = 5
331+ def numberOfSlaves = Runtime .getRuntime().availableProcessors()
332332 def safeMode = Properties .testsSafeMode
333333 def isInteractive = SummaryReport .isInteractive
334334 def testFilter = Properties .testsFilter
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ object FromTastyTests extends ParallelTesting {
4141 // Test suite configuration --------------------------------------------------
4242
4343 def maxDuration = 30 .seconds
44- def numberOfSlaves = 5
44+ def numberOfSlaves = Runtime .getRuntime().availableProcessors()
4545 def safeMode = Properties .testsSafeMode
4646 def isInteractive = SummaryReport .isInteractive
4747 def testFilter = Properties .testsFilter
You can’t perform that action at this time.
0 commit comments