Author: jsong
Date: Wed Mar 16 15:41:57 2005
New Revision: 157830

URL: http://svn.apache.org/viewcvs?view=rev&rev=157830
Log:
Put sleep back between NETUI dist.test and controls dist.test, add an echo to 
notify user current status. 

Modified:
    incubator/beehive/trunk/test/dist-test/ant/build.xml

Modified: incubator/beehive/trunk/test/dist-test/ant/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/test/dist-test/ant/build.xml?view=diff&r1=157829&r2=157830
==============================================================================
--- incubator/beehive/trunk/test/dist-test/ant/build.xml (original)
+++ incubator/beehive/trunk/test/dist-test/ant/build.xml Wed Mar 16 15:41:57 
2005
@@ -21,7 +21,8 @@
           <antcall target="prepare.build"/>
 
           <antcall target="netui.tests" />
-          <!--sleep minutes="2"/-->
+          <echo message="waiting for the server to shutdown completely."/>
+          <sleep minutes="2"/>
           <antcall target="controls.tests" />
           <!-- antcall target="wsm.tests"/ -->
     </target>


Reply via email to