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

Unified Diff: chrome/test/pyautolib/pyauto.py

Issue 10287002: Increase the timeout for the RefreshPolicies() automation hook. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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: chrome/test/pyautolib/pyauto.py
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
index cef5643766afed58a3a10c5e0be3d63d0b5ba9b4..04298d648298062d72955460b9535b443b8b545f 100755
--- a/chrome/test/pyautolib/pyauto.py
+++ b/chrome/test/pyautolib/pyauto.py
@@ -3901,6 +3901,7 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
installed before this call is issued are guaranteed to be ready after it
returns.
"""
+ timeout = PyUITest.ActionTimeoutChanger(self, 3*60*1000)
Nirnimesh 2012/05/01 21:42:48 add a TODO need space around *
cmd_dict = { 'command': 'RefreshPolicies' }
self._GetResultFromJSONRequest(cmd_dict, windex=None)
« 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