summaryrefslogtreecommitdiff
path: root/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
commit7ae7122c5b58e8cfb93277b83cc2f1ce90957b46 (patch)
tree39fe806f7f20cf8147b4beecacab960d4ccb57a8 /java/client/test/build-module.xml
parent9a2bbb7b2d2b22ed5dfb5a96ce1a9bd4b25a7a6e (diff)
downloadqpid-python-7ae7122c5b58e8cfb93277b83cc2f1ce90957b46.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/qpid@472500 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/test/build-module.xml')
-rw-r--r--java/client/test/build-module.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/client/test/build-module.xml b/java/client/test/build-module.xml
index 043842505d..99643c79a2 100644
--- a/java/client/test/build-module.xml
+++ b/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" />