You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2009/03/12 16:43:06 UTC

svn commit: r752904 - /servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml

Author: gertv
Date: Thu Mar 12 15:43:05 2009
New Revision: 752904

URL: http://svn.apache.org/viewvc?rev=752904&view=rev
Log:
SMX4NMR-116: Cluster engine tests fails on Hudson -- extended the timeout to 90s

Modified:
    servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml

Modified: servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml?rev=752904&r1=752903&r2=752904&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml Thu Mar 12 15:43:05 2009
@@ -131,7 +131,7 @@
                 <configuration>
                     <forkMode>pertest</forkMode>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
-                    <forkedProcessTimeoutInSeconds>60</forkedProcessTimeoutInSeconds>
+                    <forkedProcessTimeoutInSeconds>90</forkedProcessTimeoutInSeconds>
                     <!--
                     <skip>true</skip>
                     -->
@@ -146,4 +146,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>