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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jul 7 04:21:53 EDT 2007


Author: timfox
Date: 2007-07-07 04:21:53 -0400 (Sat, 07 Jul 2007)
New Revision: 2855

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


Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-07-06 22:59:29 UTC (rev 2854)
+++ trunk/tests/build.xml	2007-07-07 08:21:53 UTC (rev 2855)
@@ -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="600000"/>
-   <property name="clustering.junit.timeout" value="900000"/>
-   <property name="stress.timeout" value="600000"/>
+   <property name="junit.timeout" value="1800000"/>
+   <property name="clustering.junit.timeout" value="1800000"/>
+   <property name="stress.timeout" value="1800000"/>
 
    <property name="junit.showoutput" value="true"/>
    <property name="junit.jvm" value=""/>




More information about the jboss-cvs-commits mailing list