You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2017/11/12 21:41:42 UTC

[camel] 01/02: camel-cxf: speed-up tests by not forking the JVM for every test executed

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2d9a93f8c0117d31c8a10b2478f351d2bf203365
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Nov 12 22:41:00 2017 +0100

    camel-cxf: speed-up tests by not forking the JVM for every test executed
---
 components/camel-cxf/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index d842c4b..63199e2 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -368,8 +368,6 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <childDelegation>false</childDelegation>
-          <forkCount>1</forkCount>
-          <reuseForks>true</reuseForks>
           <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
           <reportFormat>brief</reportFormat>
           <useFile>false</useFile>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.