You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ha...@apache.org on 2005/11/29 19:58:38 UTC

svn commit: r349793 - /webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDocMany.xml

Author: hawkeye
Date: Tue Nov 29 10:58:16 2005
New Revision: 349793

URL: http://svn.apache.org/viewcvs?rev=349793&view=rev
Log:
Added a very big timeout !

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDocMany.xml

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDocMany.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDocMany.xml?rev=349793&r1=349792&r2=349793&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDocMany.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDocMany.xml Tue Nov 29 10:58:16 2005
@@ -1,6 +1,6 @@
 <test>
     <name>CalculatorDocMany</name>
-    <description>CalculatorDocMany</description>
+    <description>Calls calculator many times. This ensures that we keep connections alive and memory doesn't completely go off the scale. However it can't test for memory leaks.</description>
     <clientLang>cpp</clientLang>
     <clientCode>CalculatorDocManyClient.cpp</clientCode>
     <wsdl>CalculatorDoc.wsdl</wsdl>
@@ -11,4 +11,5 @@
     </expected>
 	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 	<nomonitor>true</nomonitor>
+	<timeout>2400000</timeout>
 </test>