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

Unified Diff: telemetry/telemetry/internal/browser/browser_options.py

Issue 2610783002: Browser startup timeout 4 min on ChromeOS, 1 min elsewhere. (Closed)
Patch Set: Created 3 years, 12 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: telemetry/telemetry/internal/browser/browser_options.py
diff --git a/telemetry/telemetry/internal/browser/browser_options.py b/telemetry/telemetry/internal/browser/browser_options.py
index cfde3eecb658d80836710603c857d6d2eddafbcc..67b6d165aa7c591d667eb96f0ff97e122d9595fa 100644
--- a/telemetry/telemetry/internal/browser/browser_options.py
+++ b/telemetry/telemetry/internal/browser/browser_options.py
@@ -260,7 +260,7 @@ class BrowserOptions(object):
# The amount of time Telemetry should wait for the browser to start.
# This property is not exposed as a command line option.
- self._browser_startup_timeout = 240
+ self._browser_startup_timeout = 60
self.disable_background_networking = True
self.browser_user_agent_type = None
@@ -463,6 +463,8 @@ class CrosBrowserOptions(ChromeBrowserOptions):
self.username = 'test@test.test'
self.password = ''
self.gaia_id = '12345'
+ # For non-accelerated QEMU VMs.
+ self.browser_startup_timeout = 240
def IsCrosBrowserOptions(self):
return True
« 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