Commit 0e2e0204 authored by dpranke@chromium.org's avatar dpranke@chromium.org

2011-04-06 Dirk Pranke <dpranke@chromium.org>

        Reviewed by Tony Chang.

        Adjust the apple webkit port's default timeout to match
        old-run-webkit-tests at 35 seconds.

        https://bugs.webkit.org/show_bug.cgi?id=37738

        * Scripts/webkitpy/layout_tests/port/mac.py:

git-svn-id: svn://svn.chromium.org/blink/trunk@83130 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 94b8245f
2011-04-06 Dirk Pranke <dpranke@chromium.org>
Reviewed by Tony Chang.
Adjust the apple webkit port's default timeout to match
old-run-webkit-tests at 35 seconds.
https://bugs.webkit.org/show_bug.cgi?id=37738
* Scripts/webkitpy/layout_tests/port/mac.py:
2011-04-06 Scott Cameron <sccameron@rim.com> 2011-04-06 Scott Cameron <sccameron@rim.com>
Reviewed by Eric Seidel. Reviewed by Eric Seidel.
......
...@@ -81,8 +81,9 @@ class MacPort(WebKitPort): ...@@ -81,8 +81,9 @@ class MacPort(WebKitPort):
else: else:
self._version = port_name[4:] self._version = port_name[4:]
assert self._version in self.SUPPORTED_VERSIONS assert self._version in self.SUPPORTED_VERSIONS
self._operating_system = 'mac' self._operating_system = 'mac'
if not hasattr(self._options, 'time-out-ms') or self._options.time_out_ms is None:
self._options.time_out_ms = 35000
def default_child_processes(self): def default_child_processes(self):
# FIXME: new-run-webkit-tests is unstable on Mac running more than # FIXME: new-run-webkit-tests is unstable on Mac running more than
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment