You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2021/04/09 11:35:11 UTC

[camel] 04/04: Make camel-bindy tests run in parallel

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 <gn...@gmail.com>
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>