diff --git a/spring-webflux/spring-webflux.gradle b/spring-webflux/spring-webflux.gradle index c157bd3e615..9da04cc63ff 100644 --- a/spring-webflux/spring-webflux.gradle +++ b/spring-webflux/spring-webflux.gradle @@ -55,3 +55,7 @@ dependencies { testRuntime("com.sun.xml.bind:jaxb-impl") testRuntime("com.sun.activation:javax.activation") } + +test { + maxParallelForks = 4 +}