[jboss-cvs] JBossAS SVN: r80850 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 12 10:27:48 EST 2008


Author: dimitris at jboss.org
Date: 2008-11-12 10:27:48 -0500 (Wed, 12 Nov 2008)
New Revision: 80850

Modified:
   trunk/testsuite/build.xml
Log:
increase the timeout of waiting for shutdown.sar to be deployed from 5 to 7 secs

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-11-12 12:36:39 UTC (rev 80849)
+++ trunk/testsuite/build.xml	2008-11-12 15:27:48 UTC (rev 80850)
@@ -1003,7 +1003,7 @@
       <copy file="${build.lib}/shutdown.sar"
          todir="${jboss.dist}/server/minimal/deploy" />
       <echo message="Minimal server started, stopping"/>
-      <sleep seconds="5"/>
+      <sleep seconds="7"/>
       <delete file="${jboss.dist}/server/minimal/deploy/shutdown.sar" />
       <sleep seconds="7"/>
    </target>




More information about the jboss-cvs-commits mailing list