[jboss-cvs] JBossAS SVN: r60979 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 28 03:46:04 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-28 03:46:03 -0500 (Wed, 28 Feb 2007)
New Revision: 60979

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
increase the sleep time for starting and stopping the minimal config by 5secs

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-02-28 04:29:09 UTC (rev 60978)
+++ branches/Branch_4_2/testsuite/build.xml	2007-02-28 08:46:03 UTC (rev 60979)
@@ -842,10 +842,10 @@
     <!-- Deploy a service that calls System.exit(0) in its stop -->
     <copy file="${build.lib}/shutdown.sar" todir="${jboss.dist}/server/minimal/deploy"/>
     <echo message="Minimal server started, stopping"/>
-    <sleep seconds="5"/>
+    <sleep seconds="7"/>
     <!-- Remove the service to trigger a System.exit(0) -->
     <delete file="${jboss.dist}/server/minimal/deploy/shutdown.sar"/>
-    <sleep seconds="7"/>
+    <sleep seconds="10"/>
   </target>
 
   <target name="jboss-all-config-tests" description="The units tests which are run against the jboss all config">




More information about the jboss-cvs-commits mailing list