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 6c04bed commit 479651fCopy full SHA for 479651f
libraries/apollo-gradle-plugin/build.gradle.kts
@@ -150,7 +150,8 @@ tasks.withType<Test> {
150
addRelativeInput("testFiles", "testFiles")
151
addRelativeInput("testProjects", "testProjects")
152
153
- maxParallelForks = (Runtime.getRuntime().availableProcessors() / 2).takeIf { it > 0 } ?: 1
+ println("available processors: " + Runtime.getRuntime().availableProcessors())
154
+ maxParallelForks = 5
155
}
156
157
val allTests = tasks.create("allTests")
0 commit comments