remm        2004/09/13 14:06:29

  Modified:    .        build.xml
  Log:
  - Wait less before starting tests (TC starts much faster now).
  
  Revision  Changes    Path
  1.212     +1 -1      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.211
  retrieving revision 1.212
  diff -u -r1.211 -r1.212
  --- build.xml 13 Sep 2004 15:04:08 -0000      1.211
  +++ build.xml 13 Sep 2004 21:06:29 -0000      1.212
  @@ -1181,7 +1181,7 @@
   
           <sequential>
               <!-- Let tomcat starts before starting Tester -->
  -            <sleep seconds="15"/>
  +            <sleep seconds="8"/>
   
               <ant dir="${catalina.home}/tester/dist/bin" antfile="tester.xml" 
                    target="all">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to