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 6b99e00 commit d7ff012Copy full SHA for d7ff012
spring-cloud-app-broker-acceptance-tests/build.gradle
@@ -47,7 +47,7 @@ test {
47
// build the test broker from /src into a jar that the tests can deploy
48
dependsOn assemble
49
50
- maxParallelForks = Runtime.runtime.availableProcessors() - 1 ?: 1
+ maxParallelForks = 2
51
52
// Only run the tests if acceptanceTests is specified
53
onlyIf {
0 commit comments