summaryrefslogtreecommitdiffstats
path: root/chrome/test/pyautolib
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-17 10:55:00 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-17 10:55:00 +0000
commit9c80aaae68badb9a62ef837d3cfa4d8e15722d53 (patch)
tree6d6cc897b4adf805d0e975c4d24973ed5cb98aa7 /chrome/test/pyautolib
parentf333344a8e19a38e774af8aa5ed12b83ad24c813 (diff)
downloadchromium_src-9c80aaae68badb9a62ef837d3cfa4d8e15722d53.zip
chromium_src-9c80aaae68badb9a62ef837d3cfa4d8e15722d53.tar.gz
chromium_src-9c80aaae68badb9a62ef837d3cfa4d8e15722d53.tar.bz2
Set url fetch test timeout back to old values. Increase UI test command timeout a bit to accommodate failng tests.
BUG=none TEST=Vista perf goes green; xp test dbg 2 goes green. TBR=phajdan.jr Review URL: http://codereview.chromium.org/3044007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/pyautolib')
-rw-r--r--chrome/test/pyautolib/pyauto.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
index fc3e306..4af6b1a 100644
--- a/chrome/test/pyautolib/pyauto.py
+++ b/chrome/test/pyautolib/pyauto.py
@@ -238,11 +238,11 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
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: