You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/11/11 13:31:32 UTC

svn commit: r1407955 - in /camel/trunk/components: camel-mina/pom.xml camel-mina2/pom.xml

Author: davsclaus
Date: Sun Nov 11 12:31:31 2012
New Revision: 1407955

URL: http://svn.apache.org/viewvc?rev=1407955&view=rev
Log:
mina tests may hang on CI servers, so adding shutdown to pom.xml

Modified:
    camel/trunk/components/camel-mina/pom.xml
    camel/trunk/components/camel-mina2/pom.xml

Modified: camel/trunk/components/camel-mina/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-mina/pom.xml?rev=1407955&r1=1407954&r2=1407955&view=diff
==============================================================================
--- camel/trunk/components/camel-mina/pom.xml (original)
+++ camel/trunk/components/camel-mina/pom.xml Sun Nov 11 12:31:31 2012
@@ -83,6 +83,7 @@
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
+                    <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
                     <forkMode>pertest</forkMode>
                     <excludes>
                         <!-- This test just show the shutdown error -->

Modified: camel/trunk/components/camel-mina2/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-mina2/pom.xml?rev=1407955&r1=1407954&r2=1407955&view=diff
==============================================================================
--- camel/trunk/components/camel-mina2/pom.xml (original)
+++ camel/trunk/components/camel-mina2/pom.xml Sun Nov 11 12:31:31 2012
@@ -81,7 +81,8 @@
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                    <forkMode>pertest</forkMode>
+									<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
+									<forkMode>pertest</forkMode>
                     <excludes>
                         <!-- This test just show the shutdown error -->
                         <exclude>**/Mina2ProducerShutdownTest.*</exclude>