hawkeye 2005/02/15 05:35:42
Modified: c/build executeTest.xml
Log:
Upped the time the test sleeps after setting off the monitor before it starts
executing the test. This is because we are seeing errors which COULD
be caused by the test running before the monitor has started up fully.
Revision Changes Path
1.16 +1 -1 ws-axis/c/build/executeTest.xml
Index: executeTest.xml
===================================================================
RCS file: /home/cvs/ws-axis/c/build/executeTest.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- executeTest.xml 11 Feb 2005 18:45:33 -0000 1.15
+++ executeTest.xml 15 Feb 2005 13:35:42 -0000 1.16
@@ -107,7 +107,7 @@
<sequential>
<!-- Wait for jvm to start
monitor program -->
- <sleep seconds="3"/>
+ <sleep seconds="10"/>
<echo message="Running Test
${testName} ${clientArgs}"/>
<!-- Run the client test -->
<stopwatch
name="${testName}.timer" action="start"/>