You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2008/02/12 23:21:24 UTC

svn commit: r627153 - /incubator/qpid/trunk/qpid/java/module.xml

Author: rhs
Date: Tue Feb 12 14:21:20 2008
New Revision: 627153

URL: http://svn.apache.org/viewvc?rev=627153&view=rev
Log:
increased the test timeout

Modified:
    incubator/qpid/trunk/qpid/java/module.xml

Modified: incubator/qpid/trunk/qpid/java/module.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/module.xml?rev=627153&r1=627152&r2=627153&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/module.xml (original)
+++ incubator/qpid/trunk/qpid/java/module.xml Tue Feb 12 14:21:20 2008
@@ -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}"/>