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 19:58:37 UTC

[camel] 03/05: camel-sjms2: 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 ec6bfd6bfe864340089cf79ca1a4b817772f6c22
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Nov 12 20:40:39 2017 +0100

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

diff --git a/components/camel-sjms2/pom.xml b/components/camel-sjms2/pom.xml
index e62c536..0dfcc36 100644
--- a/components/camel-sjms2/pom.xml
+++ b/components/camel-sjms2/pom.xml
@@ -146,8 +146,6 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <forkCount>1</forkCount>
-          <reuseForks>false</reuseForks>
           <forkedProcessTimeoutInSeconds>6000</forkedProcessTimeoutInSeconds>
         </configuration>
       </plugin>

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