summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-02-12 22:21:20 +0000
committerRafael H. Schloming <rhs@apache.org>2008-02-12 22:21:20 +0000
commit41c05e91fd96dab821327e5f5ac8b4380759efe5 (patch)
tree4ce74f49be6f58eba060139dc4853fb512f347bc /qpid/java/module.xml
parent6d0cfa34c110800c6e2d560b10599aaa250abe38 (diff)
downloadqpid-python-41c05e91fd96dab821327e5f5ac8b4380759efe5.tar.gz
increased the test timeout
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@627153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index d80a2c0f56..af943e3b1f 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -176,7 +176,7 @@
<target name="test" depends="compile-tests" if="module.test.src.exists"
description="execute unit tests">
- <junit fork="yes" haltonfailure="no" printsummary="on" timeout="90000">
+ <junit fork="yes" haltonfailure="no" printsummary="on" timeout="600000">
<sysproperty key="amqj.logging.level" value="${amqj.logging.level}"/>
<sysproperty key="root.logging.level" value="${root.logging.level}"/>