Author: thomas.heute(a)jboss.com
Date: 2009-11-06 10:52:48 -0500 (Fri, 06 Nov 2009)
New Revision: 517
Modified:
components/pc/trunk/test/src/test/build.xml
Log:
Set the timeout in the correct place (Tests would fail on a slow machine)
Modified: components/pc/trunk/test/src/test/build.xml
===================================================================
--- components/pc/trunk/test/src/test/build.xml 2009-11-06 10:53:20 UTC (rev 516)
+++ components/pc/trunk/test/src/test/build.xml 2009-11-06 15:52:48 UTC (rev 517)
@@ -727,7 +727,8 @@
log="${cargo.log.dir}/cargo.${test.id}.shutdown.log"
output="${cargo.log.dir}/cargo.${test.id}.server.log"
action="start"
- wait="${cargo.wait}">
+ wait="${cargo.wait}"
+ timeout="240000">
<!--<sysproperty key="java.io.tmpdir"
value="${target}/cargo-tmp"/>-->
<sharedClasspath>
@@ -735,7 +736,6 @@
</sharedClasspath>
<configuration home="${test.jboss-5.1.tempdir}">
- <property name="cargo.timeout" value="240000"/>
<property name="cargo.servlet.port" value="8080"/>
<property name="cargo.logging" value="high"/>
<property name="cargo.rmi.port" value="1099"/>