[jboss-cvs] JBossAS SVN: r84240 - branches/Branch_5_0/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 16 06:31:35 EST 2009


Author: dimitris at jboss.org
Date: 2009-02-16 06:31:32 -0500 (Mon, 16 Feb 2009)
New Revision: 84240

Modified:
   branches/Branch_5_0/testsuite/build.xml
Log:
set the sleep period for shutdown.sar to 7 seconds

Modified: branches/Branch_5_0/testsuite/build.xml
===================================================================
--- branches/Branch_5_0/testsuite/build.xml	2009-02-16 11:26:24 UTC (rev 84239)
+++ branches/Branch_5_0/testsuite/build.xml	2009-02-16 11:31:32 UTC (rev 84240)
@@ -3385,7 +3385,7 @@
       <copy file="${build.lib}/shutdown.sar"
          todir="${jboss.dist}/server/minimal/deploy" />
       <echo message="Minimal server started, stopping"/>
-      <sleep seconds="10"/>
+      <sleep seconds="7"/>
       <delete file="${jboss.dist}/server/minimal/deploy/shutdown.sar" />
       <sleep seconds="7"/>
 




More information about the jboss-cvs-commits mailing list