[jboss-cvs] JBossAS SVN: r87825 - branches/Branch_5_x/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 24 13:45:42 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-04-24 13:45:42 -0400 (Fri, 24 Apr 2009)
New Revision: 87825

Modified:
   branches/Branch_5_x/testsuite/build.xml
Log:
JBAS-6770 - sleep instead of relying on Shutdown message

Modified: branches/Branch_5_x/testsuite/build.xml
===================================================================
--- branches/Branch_5_x/testsuite/build.xml	2009-04-24 17:35:41 UTC (rev 87824)
+++ branches/Branch_5_x/testsuite/build.xml	2009-04-24 17:45:42 UTC (rev 87825)
@@ -620,7 +620,7 @@
    <!-- ================================================================== -->
 
    <macrodef name="wait-on-host">
-      <attribute name="seconds" default="300"/>
+      <attribute name="seconds" default="240"/>
       <attribute name="host" default="${node0}"/>
       <sequential>
          <echo message="Waiting for @{host} to start..."/>
@@ -633,7 +633,7 @@
    </macrodef>
 
    <macrodef name="wait-on-shutdown">
-      <attribute name="seconds" default="300"/>
+      <attribute name="seconds" default="240"/>
       <attribute name="conf"/>
       <attribute name="serverlog" default="${jboss.dist}/server/@{conf}/log/server.log"/>
       <sequential>
@@ -3658,7 +3658,7 @@
         <param name="client-serialization-flag" value="@{client-serialization-flag}"/>
       </antcall>
       <stop-jboss jvmargs="-Xms128m -Xmx512m @{serialization-flag}" java.exec="@{server-jdk}/bin/java"/>
-      <wait-on-shutdown conf="default"/>
+      <sleep seconds="240"/>
     </sequential>
   </macrodef>
 
@@ -3679,7 +3679,7 @@
         <param name="client-serialization-flag" value="@{client-serialization-flag}"/>
       </antcall>
       <stop-jboss jvmargs="-Xms128m -Xmx512m @{serialization-flag}" java.exec="@{server-jdk}/bin/java"/>
-      <wait-on-shutdown conf="default"/>
+      <sleep seconds="240"/>
     </sequential>
   </macrodef>
  




More information about the jboss-cvs-commits mailing list