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 di...@apache.org on 2005/09/06 14:03:05 UTC

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

Author: dicka
Date: Tue Sep  6 05:03:02 2005
New Revision: 278981

URL: http://svn.apache.org/viewcvs?rev=278981&view=rev
Log:
Adding a timeout of five minutes to the test execution, to prevent the case of hanging tests halting the entire test framework.

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=278981&r1=278980&r2=278981&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/executeTest.xml (original)
+++ webservices/axis/trunk/c/build/executeTest.xml Tue Sep  6 05:03:02 2005
@@ -225,7 +225,7 @@
 				<exec dir="${test.directory}"
 					executable="${test.directory}/${test.name}"
 					output="${results.stdout}" error="${results.stderr}"
-					failifexecutionfails="false" vmlauncher="false">
+					failifexecutionfails="false" vmlauncher="false" timeout="300000">
 					<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}" />