Home
last modified time | relevance | path

Searched refs:new_timeout (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/test/functional/
Dtest_pyauto.py56 new_timeout = 1000 # 1 sec
57 changer = pyauto.PyUITest.ActionTimeoutChanger(self, new_timeout)
58 self.assertEqual(self._automation_timeout, new_timeout)
66 self.assertTrue(elapsed < new_timeout / 1000.0 + 2, # margin of 2 secs
Dtest_utils.py258 def CallFunctionWithNewTimeout(self, new_timeout, function): argument
264 self, new_timeout)
267 % new_timeout)
/external/chromium_org/chrome/test/pyautolib/
Dpyauto.py921 def __init__(self, ui_test, new_timeout): argument
929 ui_test._automation_timeout = new_timeout