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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 7 08:17:56 EDT 2007


Author: rrajesh
Date: 2007-05-07 08:17:56 -0400 (Mon, 07 May 2007)
New Revision: 62835

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
JBQA-619 Increased the timeout to 2min for wait-on-host and wait-on-shutdown

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-05-07 11:38:43 UTC (rev 62834)
+++ branches/Branch_4_2/testsuite/build.xml	2007-05-07 12:17:56 UTC (rev 62835)
@@ -482,7 +482,7 @@
   <!-- ================================================================== -->
 
   <macrodef name="wait-on-host">
-    <attribute name="seconds" default="60"/>
+    <attribute name="seconds" default="120"/>
     <attribute name="host" default="${node0}"/>
     <sequential>
       <echo message="Waiting for @{host} to start..."/>
@@ -494,7 +494,7 @@
   </macrodef>
 
   <macrodef name="wait-on-shutdown">
-    <attribute name="seconds" default="60"/>
+    <attribute name="seconds" default="120"/>
     <attribute name="conf"/>
     <sequential>
       <echo message="Waiting for '@{conf}' server to stop..."/>




More information about the jboss-cvs-commits mailing list