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 di...@apache.org on 2005/03/16 17:00:21 UTC

cvs commit: ws-axis/c/build executeTest.xml

dicka       2005/03/16 08:00:21

  Modified:    c/build  executeTest.xml
  Log:
  Doubled timeout on test execution, due to occasional problems with the longer running thread tests.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.19      +1 -1      ws-axis/c/build/executeTest.xml
  
  Index: executeTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/executeTest.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- executeTest.xml	17 Feb 2005 19:36:22 -0000	1.18
  +++ executeTest.xml	16 Mar 2005 16:00:20 -0000	1.19
  @@ -102,7 +102,7 @@
   
   		<trycatch>
   			<try>
  -				<parallel timeout="60000" failonany="false">
  +				<parallel timeout="120000" failonany="false">
   
   					<antcall target="startMonitor" inheritall="true"/>