You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ha...@apache.org on 2006/09/14 17:52:37 UTC

svn commit: r443387 - /webservices/axis/trunk/c/services.xml

Author: hawkeye
Date: Thu Sep 14 08:52:37 2006
New Revision: 443387

URL: http://svn.apache.org/viewvc?view=rev&rev=443387
Log:
Seems to be some deep reason as to why when a timeout occurs on unix the client appears to hang. Having to put in this workaround for now, so the testframework works OK.

Modified:
    webservices/axis/trunk/c/services.xml

Modified: webservices/axis/trunk/c/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/services.xml?view=diff&rev=443387&r1=443386&r2=443387
==============================================================================
--- webservices/axis/trunk/c/services.xml (original)
+++ webservices/axis/trunk/c/services.xml Thu Sep 14 08:52:37 2006
@@ -459,7 +459,7 @@
     
     <target name="stopAxisServer" depends="initialize">
         <exec executable="${dir.release}/bin/${adminClientExecutableName}${executableSuffix}"
-            failifexecutionfails="true">
+            timeout="60000" failifexecutionfails="false">
             <arg line="localhost ${testPort} STOP 120" />
             <env key="PATH"
                 path="${dir.xmlParser}/bin${path.separator}${dir.libraries}${path.separator}${java.library.path}" />



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org