common/build.test.xml
changeset 1090 46b3578a07ad
parent 1089 9c363aa36549
child 1092 157a547c2ccd
--- a/common/build.test.xml	Mon Jun 14 14:45:59 2010 +0100
+++ b/common/build.test.xml	Mon Jun 14 16:24:40 2010 +0100
@@ -233,8 +233,8 @@
                         <arg value="startAgent.cmd"/>
                     </exec>
                 </forget>
-                <echo message="Waiting for 30 seconds for the ATS4 Agent(s) to start......."/>
-                <sleep seconds="30"/>
+                <echo message="Waiting for 10 seconds for the ATS4 Agent(s) to start......."/>
+                <sleep seconds="10"/>
                 <forget>
                     <exec executable="cmd" dir="${ats.drive}" failonerror="true">
                         <arg value="/c"/>
@@ -246,8 +246,8 @@
                         <arg value="startEngine.cmd"/>
                     </exec>
                 </forget>
-                <echo message="Waiting for 30 seconds for the ATS4 Engine to start......."/>
-                <sleep seconds="30"/>
+                <echo message="Waiting for 10 seconds for the ATS4 Engine to start......."/>
+                <sleep seconds="10"/>
             </then>
         </if>
     </target>