summaryrefslogtreecommitdiff
path: root/qpid/java/client/test/build-module.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-11-08 14:16:37 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-11-08 14:16:37 +0000
commitd8e6a0abd276b6d88aed8ac723b4b6873d71f067 (patch)
treef6cfe1d6cfe2188287e6b818ea51ef17832c6abf /qpid/java/client/test/build-module.xml
parent2bc85d1a4d6fd6d6b1639848c01dc45ce6cddc73 (diff)
downloadqpid-python-d8e6a0abd276b6d88aed8ac723b4b6873d71f067.tar.gz
MultipleConnectionTest.java needed a longer time out.
JNDI URL was missing file:// git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472500 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/test/build-module.xml')
-rw-r--r--qpid/java/client/test/build-module.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/client/test/build-module.xml b/qpid/java/client/test/build-module.xml
index 043842505d..99643c79a2 100644
--- a/qpid/java/client/test/build-module.xml
+++ b/qpid/java/client/test/build-module.xml
@@ -23,7 +23,7 @@
<target name="test" depends="build">
<echo>Client Tests</echo>
- <junit fork="yes" printsummary="yes" showoutput="true" haltonfailure="yes" timeout="30000">
+ <junit fork="yes" printsummary="yes" showoutput="true" haltonfailure="yes">
<sysproperty key="amqj.noAutoCreateVMBroker" value="true"/>
<formatter type="plain"/>
<classpath refid="module.class.path"/>
@@ -39,7 +39,7 @@
<target name="testreport" depends="build">
<echo>Client Tests with Report</echo>
- <junit fork="yes" printsummary="yes" haltonfailure="no" timeout="30000">
+ <junit fork="yes" printsummary="yes" haltonfailure="no" timeout="90000">
<sysproperty key="amqj.noAutoCreateVMBroker" value="true"/>
<formatter type="xml" />
<classpath refid="module.class.path" />