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


The following commit(s) were added to refs/heads/master by this push:
     new 2698efa  camel-jetty9: speed-up tests by not forking the JVM for every 
test executed
2698efa is described below

commit 2698efab6f4ed1726278e6037b7a67ed4c234175
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Fri Nov 10 22:04:33 2017 +0100

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

diff --git a/components/camel-jetty9/pom.xml b/components/camel-jetty9/pom.xml
index 8ea70c0..31cc2f8 100644
--- a/components/camel-jetty9/pom.xml
+++ b/components/camel-jetty9/pom.xml
@@ -175,12 +175,9 @@
 
   <build>
     <plugins>
-      <!-- use per test fork mode to avoid side effects -->
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <forkCount>1</forkCount>
-          <reuseForks>false</reuseForks>
           <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
         </configuration>
       </plugin>

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

Reply via email to