diff --git a/spring-data-geode/spring-data-geode.gradle b/spring-data-geode/spring-data-geode.gradle index e930e112..a88acac1 100644 --- a/spring-data-geode/spring-data-geode.gradle +++ b/spring-data-geode/spring-data-geode.gradle @@ -72,7 +72,7 @@ dependencies { test { forkEvery = 1 - maxParallelForks = 8 + maxParallelForks = 4 //include "**/*Tests.java", "**/*Test.java" systemProperties['java.util.logging.config.file'] = "${project.projectDir}/src/test/resources/java-util-logging.properties"