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

Unified Diff: client/site_tests/desktopui_ChromeFirstRender/desktopui_ChromeFirstRender.py

Issue 3455025: autotest: Increase Chrome first-render timeout (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/desktopui_ChromeFirstRender/desktopui_ChromeFirstRender.py
diff --git a/client/site_tests/desktopui_ChromeFirstRender/desktopui_ChromeFirstRender.py b/client/site_tests/desktopui_ChromeFirstRender/desktopui_ChromeFirstRender.py
index 9b0c03d73a5cb634dbb1ec363889ddc7ee9d2a93..7cc4b2d2f1c17983de0868dbbbfcc065e3203235 100644
--- a/client/site_tests/desktopui_ChromeFirstRender/desktopui_ChromeFirstRender.py
+++ b/client/site_tests/desktopui_ChromeFirstRender/desktopui_ChromeFirstRender.py
@@ -26,7 +26,8 @@ class desktopui_ChromeFirstRender(site_ui_test.UITest):
site_login.TimeoutError('Timed out waiting for initial login'))
site_utils.poll_for_condition(
lambda: os.access(self._FIRST_RENDER_FILE, os.F_OK),
- site_login.TimeoutError('Timed out waiting for initial render'))
+ site_login.TimeoutError('Timed out waiting for initial render'),
+ timeout=60)
start_time = self.__parse_uptime(self._LOGIN_SUCCESS_FILE)
end_time = self.__parse_uptime(self._FIRST_RENDER_FILE)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698