Increased 'sleep' after starting ATS4 components
authorMaciej Seroka <maciejs@symbian.org>
Mon, 14 Jun 2010 14:45:59 +0100
changeset 1089 9c363aa36549
parent 1088 31677de59336
child 1090 46b3578a07ad
Increased 'sleep' after starting ATS4 components
common/build.test.xml
--- a/common/build.test.xml	Mon Jun 14 12:36:59 2010 +0100
+++ b/common/build.test.xml	Mon Jun 14 14:45:59 2010 +0100
@@ -233,8 +233,8 @@
                         <arg value="startAgent.cmd"/>
                     </exec>
                 </forget>
-                <echo message="Waiting for 10 seconds for the ATS4 Agent(s) to start......."/>
-                <sleep seconds="10"/>
+                <echo message="Waiting for 30 seconds for the ATS4 Agent(s) to start......."/>
+                <sleep seconds="30"/>
                 <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 10 seconds for the ATS4 Engine to start......."/>
-                <sleep seconds="10"/>
+                <echo message="Waiting for 30 seconds for the ATS4 Engine to start......."/>
+                <sleep seconds="30"/>
             </then>
         </if>
     </target>