+2012-01-31 Ryosuke Niwa <rniwa@webkit.org>
+
+ 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 <ehsan.akhgari@gmail.com>
Fix the update_webgl_conformance_tests.py script in order to enable it
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"),