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

acosentino 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 10dd76a  Camel-Netty4-http: Don't reuse fork in tests
10dd76a is described below

commit 10dd76a6b5ac1fbd0bccc05a0c9e72594d347dc9
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri May 17 08:34:05 2019 +0200

    Camel-Netty4-http: Don't reuse fork in tests
---
 components/camel-netty4-http/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/components/camel-netty4-http/pom.xml 
b/components/camel-netty4-http/pom.xml
index f381f0a..629b2cd 100644
--- a/components/camel-netty4-http/pom.xml
+++ b/components/camel-netty4-http/pom.xml
@@ -127,4 +127,16 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <forkCount>1</forkCount>
+                    <reuseForks>false</reuseForks>
+                    
<forkedProcessTimeoutInSeconds>5000</forkedProcessTimeoutInSeconds>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Reply via email to