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 ja...@apache.org on 2005/09/08 10:33:59 UTC

svn commit: r279538 - /webservices/axis/trunk/c/build/executeTest.xml

Author: jamejose
Date: Thu Sep  8 01:33:44 2005
New Revision: 279538

URL: http://svn.apache.org/viewcvs?rev=279538&view=rev
Log:
removed attribute 'vmlauncher' from exec task and reduced timeout to '120000'

Modified:
    webservices/axis/trunk/c/build/executeTest.xml

Modified: webservices/axis/trunk/c/build/executeTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/build/executeTest.xml?rev=279538&r1=279537&r2=279538&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/executeTest.xml (original)
+++ webservices/axis/trunk/c/build/executeTest.xml Thu Sep  8 01:33:44 2005
@@ -225,7 +225,7 @@
 				<exec dir="${test.directory}"
 					executable="${test.directory}/${test.name}"
 					output="${results.stdout}" error="${results.stderr}"
-					failifexecutionfails="false" vmlauncher="false" timeout="300000">
+					failifexecutionfails="false" timeout="120000">
 					<arg line="${clientArgs}" />
 					<env key="PATH"
 						path="${java.library.path}${path.separator}${dir.libraries}${path.separator}${dir.xmlParser}${path.separator}${HTTP.SSLChannel.eay.dir}${path.separator}${test.directory}" />