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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 27 19:07:49 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-09-27 19:07:49 -0400 (Thu, 27 Sep 2007)
New Revision: 3152

Modified:
   trunk/tests/build.xml
Log:
Changing timeout

Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-09-27 22:59:16 UTC (rev 3151)
+++ trunk/tests/build.xml	2007-09-27 23:07:49 UTC (rev 3152)
@@ -106,7 +106,7 @@
    <property name="junit.haltonfailure" value="false"/>
    <property name="junit.fork" value="true"/>
    <property name="junit.includeantruntime" value="true"/>
-   <property name="junit.timeout" value="5400000"/>             <!-- 90 mins --> 
+   <property name="junit.timeout" value="60000"/>             <!-- 10 mins -->
    <property name="clustering.junit.timeout" value="5400000"/> <!-- 90 mins -->
    <property name="clustering.stress.junit.timeout" value="5400000"/> <!-- 90 mins -->
    <property name="stress.junit.timeout" value="5400000"/>      <!-- 90 mins -->




More information about the jboss-cvs-commits mailing list