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/17 17:50:45 UTC

[camel] 06/07: camel-twitter: 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 e93f2e7a1001642d82f9e12c9cb484dd33c271be
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Fri Nov 17 18:35:03 2017 +0100

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

diff --git a/components/camel-twitter/pom.xml b/components/camel-twitter/pom.xml
index b5e2909..54d132b 100644
--- a/components/camel-twitter/pom.xml
+++ b/components/camel-twitter/pom.xml
@@ -87,11 +87,6 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <childDelegation>false</childDelegation>
-          <useFile>true</useFile>
-          <forkCount>1</forkCount>
-          <reuseForks>true</reuseForks>
-          <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
           <includes>
             <!-- Here we only run test of  -->
             <include>**/*UriConfigurationTest.java</include>

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