[jboss-cvs] JBoss Messaging SVN: r3250 - trunk/tests.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Oct 27 05:04:08 EDT 2007
Author: timfox
Date: 2007-10-27 05:04:08 -0400 (Sat, 27 Oct 2007)
New Revision: 3250
Modified:
trunk/tests/build.properties
trunk/tests/build.xml
Log:
Updated timeouts
Modified: trunk/tests/build.properties
===================================================================
--- trunk/tests/build.properties 2007-10-26 22:55:17 UTC (rev 3249)
+++ trunk/tests/build.properties 2007-10-27 09:04:08 UTC (rev 3250)
@@ -2,5 +2,5 @@
# Local overrides for the builds initiated by build.sh
#
+test.bind.address=192.168.1.11
-
Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml 2007-10-26 22:55:17 UTC (rev 3249)
+++ trunk/tests/build.xml 2007-10-27 09:04:08 UTC (rev 3250)
@@ -106,8 +106,8 @@
<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="clustering.junit.timeout" value="5400000"/> <!-- 90 mins -->
+ <property name="junit.timeout" value="3600000"/> <!-- 60 mins -->
+ <property name="clustering.junit.timeout" value="7200000"/> <!-- 120 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