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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 6 18:29:34 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-07-06 18:29:34 -0400 (Fri, 06 Jul 2007)
New Revision: 2853

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

Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-07-06 22:21:57 UTC (rev 2852)
+++ trunk/tests/build.xml	2007-07-06 22:29:34 UTC (rev 2853)
@@ -107,6 +107,7 @@
    <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.showoutput" value="true"/>
@@ -717,7 +718,7 @@
              haltonerror="${junit.haltonerror}"
              haltonfailure="${junit.haltonfailure}"
              showoutput="${junit.showoutput}"
-             timeout="${junit.timeout}">
+             timeout="${clustering.junit.timeout}">
 
          <sysproperty key="remote" value="true"/>
          <sysproperty key="module.output" value="${tests.output}"/>




More information about the jboss-cvs-commits mailing list