This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 44621a0a7820790c0fa6f3b23ccef81b9bbf44ba Author: Guillaume Nodet <[email protected]> AuthorDate: Wed Apr 7 17:29:49 2021 +0200 Make camel-bindy tests run in parallel --- components/camel-bindy/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-bindy/pom.xml b/components/camel-bindy/pom.xml index fafde05..9ce2b83 100644 --- a/components/camel-bindy/pom.xml +++ b/components/camel-bindy/pom.xml @@ -33,6 +33,7 @@ <properties> <camel.surefire.fork.vmargs>-XX:+ExitOnOutOfMemoryError -Duser.language=en -Duser.region=GB</camel.surefire.fork.vmargs> + <camel.surefire.parallel>true</camel.surefire.parallel> </properties> <dependencies>
