Author: rdonkin
Date: Thu Dec 18 12:57:35 2008
New Revision: 727820
URL: http://svn.apache.org/viewvc?rev=727820&view=rev
Log:
Add small delay
Modified:
james/server/trunk/build-tools/smoke.xml
Modified: james/server/trunk/build-tools/smoke.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/build-tools/smoke.xml?rev=727820&r1=727819&r2=727820&view=diff
==============================================================================
--- james/server/trunk/build-tools/smoke.xml (original)
+++ james/server/trunk/build-tools/smoke.xml Thu Dec 18 12:57:35 2008
@@ -94,6 +94,9 @@
<sequential>
<InitMPT/>
+ <echo>Giving server time to complete boot...</echo>
+ <sleep seconds="5"/>
+
<TestProtocol port='${org.apache.james.smoke.port.POP3}'
name='pop3'/>
<TestProtocol port='${org.apache.james.smoke.port.IMAP}'
name='imap'/>
<TestProtocol port='${org.apache.james.smoke.port.SMTP}'
name='smtp'/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]