[jboss-cvs] JBoss Messaging SVN: r3281 - branches/Branch_Stable/tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 31 16:18:39 EDT 2007


Author: timfox
Date: 2007-10-31 16:18:39 -0400 (Wed, 31 Oct 2007)
New Revision: 3281

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


Modified: branches/Branch_Stable/tests/build.xml
===================================================================
--- branches/Branch_Stable/tests/build.xml	2007-10-31 20:17:43 UTC (rev 3280)
+++ branches/Branch_Stable/tests/build.xml	2007-10-31 20:18:39 UTC (rev 3281)
@@ -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