You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2007/08/22 12:00:24 UTC

svn commit: r568533 - /harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.xml

Author: varlax
Date: Wed Aug 22 03:00:23 2007
New Revision: 568533

URL: http://svn.apache.org/viewvc?rev=568533&view=rev
Log:
Applied HARMONY-4648 [buildtest][reliability] Too small default timeouts in configuration file

Modified:
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.xml

Modified: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.xml?rev=568533&r1=568532&r2=568533&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.xml Wed Aug 22 03:00:23 2007
@@ -46,10 +46,10 @@
     <mkdir dir="${report.dir}"/>
 
     <!-- each test will be executed in a cycle ~test.duration seconds -->
-    <property name="test.duration" value="10" /> 
+    <property name="test.duration" value="1200" /> 
 
     <!-- executed test's process will be killed after test.timeout milliseconds -->
-    <property name="test.timeout" value="100000" /> 
+    <property name="test.timeout" value="1500000" /> 
 
     <!-- if set to "true", stops test execution after first failure. If set to 
          "false", then tests will continue to run  -->