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

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

Issue 3044007: Set url fetch test timeout back to old values. Increase UI test command timeo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: cleanup Created 10 years, 5 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 | chrome/test/ui/ui_test.cc » ('j') | chrome/test/url_fetch_test/url_fetch_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyauto.py
===================================================================
--- chrome/test/pyautolib/pyauto.py (revision 52823)
+++ chrome/test/pyautolib/pyauto.py (working copy)
@@ -238,11 +238,11 @@
Args:
function: the function whose truth value is to be evaluated
timeout: the max timeout (in secs) for which to wait. The default
- action is to wait for 60secs, and can be changed by
- changing kWaitForActionMaxMsec in ui_test.cc.
+ action is to wait for kWaitForActionMaxMsec, as set in
+ ui_test.cc
Use None to wait indefinitely.
retry_sleep: the sleep interval (in secs) before retrying |function|.
- Deaults to 0.25 secs.
+ Defaults to 0.25 secs.
args: the args to pass to |function|
Returns:
« no previous file with comments | « no previous file | chrome/test/ui/ui_test.cc » ('j') | chrome/test/url_fetch_test/url_fetch_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698