[jboss-cvs] JBoss Messaging SVN: r2999 - trunk/tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 9 14:57:47 EDT 2007


Author: timfox
Date: 2007-08-09 14:57:47 -0400 (Thu, 09 Aug 2007)
New Revision: 2999

Modified:
   trunk/tests/build.xml
Log:
Increased timeouts


Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-08-09 18:46:30 UTC (rev 2998)
+++ trunk/tests/build.xml	2007-08-09 18:57:47 UTC (rev 2999)
@@ -106,10 +106,10 @@
    <property name="junit.haltonfailure" value="false"/>
    <property name="junit.fork" value="true"/>
    <property name="junit.includeantruntime" value="true"/>
-   <property name="junit.timeout" value="900000"/>             <!-- 15 mins --> 
+   <property name="junit.timeout" value="5400000"/>             <!-- 90 mins --> 
    <property name="clustering.junit.timeout" value="5400000"/> <!-- 90 mins -->
-   <property name="clustering.stress.junit.timeout" value="1800000"/> <!-- 30 mins -->
-   <property name="stress.junit.timeout" value="900000"/>      <!-- 15 mins -->
+   <property name="clustering.stress.junit.timeout" value="5400000"/> <!-- 90 mins -->
+   <property name="stress.junit.timeout" value="5400000"/>      <!-- 90 mins -->
    <property name="bridge.junit.timeout" value="5400000"/>     <!-- 90 mins -->
 
    <property name="junit.showoutput" value="true"/>




More information about the jboss-cvs-commits mailing list