We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf911e5 commit 84877edCopy full SHA for 84877ed
repl/test/dotty/tools/repl/JSR223Tests.scala
@@ -21,11 +21,11 @@ final class JSR223Tests:
21
end JSR223Tests
22
23
object JSR223Tests extends ParallelTesting:
24
-
+
25
given report: SummaryReporting = new SummaryReport
26
27
def maxDuration = 100.seconds
28
- def numberOfSlaves = Runtime.getRuntime().availableProcessors()
+ def numberOfWorkers = Runtime.getRuntime().availableProcessors()
29
def safeMode = dotty.Properties.testsSafeMode
30
def isInteractive = SummaryReport.isInteractive
31
def testFilter = dotty.Properties.testsFilter
0 commit comments