Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: sky/tools/webkitpy/layout_tests/port/base.py

Issue 1177043008: Make it possible to test that the stock app doesn't crash on startup and paints the basic scaffold … (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/resources/display_list.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « sky/tests/resources/display_list.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698