Title: [106409] trunk/Tools
Revision
106409
Author
[email protected]
Date
2012-01-31 15:49:32 -0800 (Tue, 31 Jan 2012)

Log Message

Bump up the timeout for performance tests since DOM/DOMTable.html
and Parser/html5-full-render.html are timing out on the bot.

* Scripts/webkitpy/performance_tests/perftestsrunner.py:
(PerfTestsRunner._parse_args):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (106408 => 106409)


--- trunk/Tools/ChangeLog	2012-01-31 23:36:06 UTC (rev 106408)
+++ trunk/Tools/ChangeLog	2012-01-31 23:49:32 UTC (rev 106409)
@@ -1,3 +1,11 @@
+2012-01-31  Ryosuke Niwa  <[email protected]>
+
+        Bump up the timeout for performance tests since DOM/DOMTable.html
+        and Parser/html5-full-render.html are timing out on the bot.
+
+        * Scripts/webkitpy/performance_tests/perftestsrunner.py:
+        (PerfTestsRunner._parse_args):
+
 2012-01-31  Ehsan Akhgari  <[email protected]>
 
         Fix the update_webgl_conformance_tests.py script in order to enable it

Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py (106408 => 106409)


--- trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py	2012-01-31 23:36:06 UTC (rev 106408)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py	2012-01-31 23:49:32 UTC (rev 106409)
@@ -88,7 +88,7 @@
                 help="Check to ensure the DumpRenderTree build is up-to-date (default)."),
             optparse.make_option("--build-directory",
                 help="Path to the directory under which build files are kept (should not include configuration)"),
-            optparse.make_option("--time-out-ms", default=240 * 1000,
+            optparse.make_option("--time-out-ms", default=600 * 1000,
                 help="Set the timeout for each test"),
             optparse.make_option("--output-json-path",
                 help="Filename of the JSON file that summaries the results"),
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to