[Jboss-cvs] JBoss Messaging SVN: r1268 - branches/Branch_1_0/tests

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 7 10:59:46 EDT 2006


Author: clebert.suconic at jboss.com
Date: 2006-09-07 10:59:45 -0400 (Thu, 07 Sep 2006)
New Revision: 1268

Modified:
   branches/Branch_1_0/tests/build.xml
Log:
Adding timeWait in between crash1 and crash2

Modified: branches/Branch_1_0/tests/build.xml
===================================================================
--- branches/Branch_1_0/tests/build.xml	2006-09-07 14:58:57 UTC (rev 1267)
+++ branches/Branch_1_0/tests/build.xml	2006-09-07 14:59:45 UTC (rev 1268)
@@ -611,6 +611,8 @@
        <param name="crash.test.name" value="org.jboss.test.messaging.jms.crash.DurableCrash1"/>
     </antcall>
 
+   	<echo message="Waiting 3 minutes before starting DurableCrash2"/>
+   	<sleep minutes="3"/> 
     <antcall target="crash-test">
        <param name="crash.test.name" value="org.jboss.test.messaging.jms.crash.DurableCrash2"/>
     </antcall>




More information about the jboss-cvs-commits mailing list