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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 31 16:17:43 EDT 2007


Author: timfox
Date: 2007-10-31 16:17:43 -0400 (Wed, 31 Oct 2007)
New Revision: 3280

Modified:
   trunk/tests/build.xml
Log:
Increased timeout on clustering tests


Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-10-31 19:40:29 UTC (rev 3279)
+++ trunk/tests/build.xml	2007-10-31 20:17:43 UTC (rev 3280)
@@ -110,7 +110,7 @@
    <property name="junit.fork" value="true"/>
    <property name="junit.includeantruntime" value="true"/>
    <property name="junit.timeout" value="5400000"/>             <!-- 90 mins -->
-   <property name="clustering.junit.timeout" value="7200000"/> <!-- 120 mins -->
+   <property name="clustering.junit.timeout" value="9000000"/> <!-- 150 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 -->




More information about the jboss-cvs-commits mailing list