[jboss-cvs] JBossAS SVN: r60981 - branches/Branch_4_2/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Feb 28 04:00:10 EST 2007
Author: dimitris at jboss.org
Date: 2007-02-28 04:00:10 -0500 (Wed, 28 Feb 2007)
New Revision: 60981
Modified:
branches/Branch_4_2/testsuite/build.xml
Log:
wait 5+5+1 secs (scanner detect undeployment, scanner thread exit, margin) for shutdown
Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml 2007-02-28 08:52:33 UTC (rev 60980)
+++ branches/Branch_4_2/testsuite/build.xml 2007-02-28 09:00:10 UTC (rev 60981)
@@ -842,11 +842,11 @@
<echo message="Minimal server started, deploy shutdown hook and wait"/>
<!-- Deploy a service that calls System.exit(0) in its stop -->
<copy file="${build.lib}/shutdown.sar" todir="${jboss.dist}/server/minimal/deploy"/>
- <sleep seconds="7"/>
+ <sleep seconds="6"/>
<!-- Remove the service to trigger a System.exit(0) -->
<echo message="Undeploy shutdown hook, trigger minimal server shutdown and wait"/>
<delete file="${jboss.dist}/server/minimal/deploy/shutdown.sar"/>
- <sleep seconds="10"/>
+ <sleep seconds="11"/>
<echo message="Minimal server should be stopped"/>
</target>
More information about the jboss-cvs-commits
mailing list