common/build.test.xml
changeset 1093 eb727f77b934
parent 1092 157a547c2ccd
child 1095 ba7030efb4da
--- a/common/build.test.xml	Tue Jun 15 14:53:54 2010 +0100
+++ b/common/build.test.xml	Tue Jun 15 16:05:03 2010 +0100
@@ -225,19 +225,29 @@
                 <forget>
                     <exec executable="cmd" dir="${ats.drive}" failonerror="true">
                         <arg value="/c"/>
+                        <arg value="start"/>
+                        <arg value='"ATS4 Agent"'/>
+                        <arg value="/D"/>
+                        <arg value="."/>
+                        <arg value="/MAX"/>
                         <arg value="startAgent.cmd"/>
                     </exec>
                 </forget>
-                <echo message="Waiting for 20 seconds for the ATS4 Agent(s) to start......."/>
-                <sleep seconds="20"/>
+                <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"/>
+                        <arg value="start"/>
+                        <arg value='"ATS4 Engine"'/>
+                        <arg value="/D"/>
+                        <arg value="."/>
+                        <arg value="/MAX"/>
                         <arg value="startEngine.cmd"/>
                     </exec>
                 </forget>
-                <echo message="Waiting for 20 seconds for the ATS4 Engine to start......."/>
-                <sleep seconds="20"/>
+                <echo message="Waiting for 10 seconds for the ATS4 Engine to start......."/>
+                <sleep seconds="10"/>
             </then>
         </if>
     </target>