Skip to content

Commit d7ff012

Browse files
committed
Limit parallel forks used in tests to reduce pressure
Signed-off-by: Roy Clarkson <[email protected]>
1 parent 6b99e00 commit d7ff012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-app-broker-acceptance-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test {
4747
// build the test broker from /src into a jar that the tests can deploy
4848
dependsOn assemble
4949

50-
maxParallelForks = Runtime.runtime.availableProcessors() - 1 ?: 1
50+
maxParallelForks = 2
5151

5252
// Only run the tests if acceptanceTests is specified
5353
onlyIf {

0 commit comments

Comments
 (0)