[jboss-cvs] JBoss Messaging SVN: r3260 - trunk/tests.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Oct 29 18:02:01 EDT 2007
Author: timfox
Date: 2007-10-29 18:02:00 -0400 (Mon, 29 Oct 2007)
New Revision: 3260
Modified:
trunk/tests/build.xml
Log:
Increased timeouts
Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml 2007-10-29 21:16:31 UTC (rev 3259)
+++ trunk/tests/build.xml 2007-10-29 22:02:00 UTC (rev 3260)
@@ -109,7 +109,7 @@
<property name="junit.haltonfailure" value="false"/>
<property name="junit.fork" value="true"/>
<property name="junit.includeantruntime" value="true"/>
- <property name="junit.timeout" value="3600000"/> <!-- 60 mins -->
+ <property name="junit.timeout" value="5400000"/> <!-- 90 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 -->
More information about the jboss-cvs-commits
mailing list