| Index: sky/tools/webkitpy/layout_tests/port/base.py
|
| diff --git a/sky/tools/webkitpy/layout_tests/port/base.py b/sky/tools/webkitpy/layout_tests/port/base.py
|
| index b1845e9fbfe832bc7fa09050af25e548b6b8f4d8..9b4899b41498a0ce08cfb20939bf62db15a72c8d 100644
|
| --- a/sky/tools/webkitpy/layout_tests/port/base.py
|
| +++ b/sky/tools/webkitpy/layout_tests/port/base.py
|
| @@ -247,11 +247,7 @@ class Port(object):
|
| return False
|
|
|
| def default_timeout_ms(self):
|
| - # TODO(esprehn): Remove this hack.
|
| - timeout_ms = 30 * 1000
|
| - # if self.get_option('configuration') == 'Debug':
|
| - # # Debug is usually 2x-3x slower than Release.
|
| - # return 3 * timeout_ms
|
| + timeout_ms = 4000
|
| return timeout_ms
|
|
|
| def driver_stop_timeout(self):
|
|
|