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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 16 06:26:24 EST 2009


Author: dimitris at jboss.org
Date: 2009-02-16 06:26:24 -0500 (Mon, 16 Feb 2009)
New Revision: 84239

Modified:
   branches/Branch_5_0/testsuite/build.xml
Log:
legthen a bit the sleep period for shutdown.sar to be detected/deployed on slow nodes. (7->10secs)

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




More information about the jboss-cvs-commits mailing list