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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 27 23:40:44 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-09-27 23:40:44 -0400 (Thu, 27 Sep 2007)
New Revision: 3155

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

Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-09-28 02:52:04 UTC (rev 3154)
+++ trunk/tests/build.xml	2007-09-28 03:40:44 UTC (rev 3155)
@@ -106,9 +106,9 @@
    <property name="junit.haltonfailure" value="false"/>
    <property name="junit.fork" value="true"/>
    <property name="junit.includeantruntime" value="true"/>
-   <property name="junit.timeout" value="60000"/>             <!-- 10 mins -->
-   <property name="thirdparty.junit.timeout" value="120000"/>             <!-- 10 mins -->
-   <property name="clustering.junit.timeout" value="120000"/> <!-- 90 mins -->
+   <property name="junit.timeout" value="600000"/>             <!-- 10 mins -->
+   <property name="thirdparty.junit.timeout" value="1200000"/>             <!-- 20 mins -->
+   <property name="clustering.junit.timeout" value="1200000"/> <!-- 90 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