Searched refs:new_timeout (Results 1 – 3 of 3) sorted by relevance
56 new_timeout = 1000 # 1 sec57 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
258 def CallFunctionWithNewTimeout(self, new_timeout, function): argument264 self, new_timeout)267 % new_timeout)
921 def __init__(self, ui_test, new_timeout): argument929 ui_test._automation_timeout = new_timeout