You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/04/28 23:22:10 UTC

svn commit: r398013 - /beehive/trunk/controls/test/dist-test/files/build.xml

Author: ekoneil
Date: Fri Apr 28 14:22:07 2006
New Revision: 398013

URL: http://svn.apache.org/viewcvs?rev=398013&view=rev
Log:
Add Ant <sleep/> to the Controls tests so that the checkin and detaild tests have a pause in order to let the server shutdown.

BB: self
Test: none


Modified:
    beehive/trunk/controls/test/dist-test/files/build.xml

Modified: beehive/trunk/controls/test/dist-test/files/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/dist-test/files/build.xml?rev=398013&r1=398012&r2=398013&view=diff
==============================================================================
--- beehive/trunk/controls/test/dist-test/files/build.xml (original)
+++ beehive/trunk/controls/test/dist-test/files/build.xml Fri Apr 28 14:22:07 2006
@@ -63,6 +63,9 @@
 
         <antcall target="checkin.tests"/>
 
+        <echo message="Ensuring that the server shuts down completely.  Sleeping for 2 minutes"/>
+        <sleep minutes="2"/>
+
         <antcall target="detailed.tests"/>
     </target>