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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 27 22:29:46 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-09-27 22:29:46 -0400 (Thu, 27 Sep 2007)
New Revision: 3153

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

Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-09-27 23:07:49 UTC (rev 3152)
+++ trunk/tests/build.xml	2007-09-28 02:29:46 UTC (rev 3153)
@@ -107,7 +107,8 @@
    <property name="junit.fork" value="true"/>
    <property name="junit.includeantruntime" value="true"/>
    <property name="junit.timeout" value="60000"/>             <!-- 10 mins -->
-   <property name="clustering.junit.timeout" value="5400000"/> <!-- 90 mins -->
+   <property name="thirdparty.junit.timeout" value="120000"/>             <!-- 10 mins -->
+   <property name="clustering.junit.timeout" value="120000"/> <!-- 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 -->
@@ -319,7 +320,7 @@
              haltonerror="${junit.haltonerror}"
              haltonfailure="${junit.haltonfailure}"
              showoutput="${junit.showoutput}"
-             timeout="${junit.timeout}">
+             timeout="${thirdparty.junit.timeout}">
 
          <sysproperty key="remote" value="false"/>
          <sysproperty key="module.output" value="${tests.output}"/>
@@ -369,7 +370,7 @@
              haltonerror="${junit.haltonerror}"
              haltonfailure="${junit.haltonfailure}"
              showoutput="${junit.showoutput}"
-             timeout="${junit.timeout}">
+             timeout="${thirdparty.junit.timeout}">
 
          <sysproperty key="remote" value="false"/>
          <sysproperty key="module.output" value="${tests.output}"/>
@@ -421,7 +422,7 @@
              haltonerror="${junit.haltonerror}"
              haltonfailure="${junit.haltonfailure}"
              showoutput="${junit.showoutput}"
-             timeout="${junit.timeout}">
+             timeout="${thirdparty.junit.timeout}">
 
          <sysproperty key="remote" value="true"/>
          <sysproperty key="module.output" value="${tests.output}"/>
@@ -492,7 +493,7 @@
              fork="on"
              forkMode="once"
              includeantruntime="yes"
-             haltonerror="${junit.haltonerror}"
+             haltonerror="${thirdparty.junit.haltonerror}"
              haltonfailure="${junit.haltonfailure}"
              showoutput="${junit.showoutput}"
              timeout="${junit.timeout}">




More information about the jboss-cvs-commits mailing list