[jboss-cvs] JBoss Messaging SVN: r2365 - trunk/docs/examples/mdb-failure.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 20 01:06:00 EST 2007
Author: ovidiu.feodorov at jboss.com
Date: 2007-02-20 01:05:58 -0500 (Tue, 20 Feb 2007)
New Revision: 2365
Modified:
trunk/docs/examples/mdb-failure/build.xml
Log:
get the smoke test passing; for some reason, we need a longer sleep to be allowed to undeploy the MDB
Modified: trunk/docs/examples/mdb-failure/build.xml
===================================================================
--- trunk/docs/examples/mdb-failure/build.xml 2007-02-20 02:28:09 UTC (rev 2364)
+++ trunk/docs/examples/mdb-failure/build.xml 2007-02-20 06:05:58 UTC (rev 2365)
@@ -105,7 +105,7 @@
<target name="run" depends="deploy">
<antcall target="send"/>
- <antcall target="sleep"><param name="sleep.interval" value="15"/></antcall>
+ <antcall target="sleep"><param name="sleep.interval" value="25"/></antcall>
<antcall target="undeploy">
<param name="undeploy.quiet" value="false"/>
<param name="undeploy.failonerror" value="true"/>
More information about the jboss-cvs-commits
mailing list