Author: jeff.yuchang
Date: 2009-11-06 09:40:45 -0500 (Fri, 06 Nov 2009)
New Revision: 248
Modified:
trunk/integration-tests/build.xml
Log:
* update the time for waiting AS started.
Modified: trunk/integration-tests/build.xml
===================================================================
--- trunk/integration-tests/build.xml 2009-11-06 14:09:50 UTC (rev 247)
+++ trunk/integration-tests/build.xml 2009-11-06 14:40:45 UTC (rev 248)
@@ -55,13 +55,13 @@
<echo>Starting the server</echo>
- <waitfor maxwait="2" maxwaitunit="minute">
+ <waitfor maxwait="3" maxwaitunit="minute">
<socket server="localhost" port="1099"/>
</waitfor>
<echo>JNP port detected, just waiting for 1 min 30 secs to ensure server
started</echo>
- <sleep minutes="1" seconds="30" />
+ <sleep minutes="2" seconds="30" />
<echo>Server has started</echo>
Show replies by date