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 {
22
22
// Test suite configuration --------------------------------------------------
23
23
24
24
def maxDuration = 60 .seconds
25
- def numberOfSlaves = 5
25
+ def numberOfSlaves = Runtime .getRuntime().availableProcessors()
26
26
def safeMode = Properties .testsSafeMode
27
27
def isInteractive = SummaryReport .isInteractive
28
28
def testFilter = Properties .testsFilter
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ object CompilationTests extends ParallelTesting {
328
328
// Test suite configuration --------------------------------------------------
329
329
330
330
def maxDuration = 45 .seconds
331
- def numberOfSlaves = 5
331
+ def numberOfSlaves = Runtime .getRuntime().availableProcessors()
332
332
def safeMode = Properties .testsSafeMode
333
333
def isInteractive = SummaryReport .isInteractive
334
334
def testFilter = Properties .testsFilter
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ object FromTastyTests extends ParallelTesting {
41
41
// Test suite configuration --------------------------------------------------
42
42
43
43
def maxDuration = 30 .seconds
44
- def numberOfSlaves = 5
44
+ def numberOfSlaves = Runtime .getRuntime().availableProcessors()
45
45
def safeMode = Properties .testsSafeMode
46
46
def isInteractive = SummaryReport .isInteractive
47
47
def testFilter = Properties .testsFilter
You can’t perform that action at this time.
0 commit comments