Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dlogin.py40 def wait_for_condition(condition, timeout_msg, timeout, process, crash_msg): argument
64 utils.TimeoutError(timeout_msg),
84 timeout_msg='Timed out waiting for Chrome to start',
103 timeout_msg='Timed out waiting for Chrome to exit',
122 timeout_msg='Timed out waiting for cryptohome to be mounted',
139 timeout_msg='Timed out waiting for ownership',
/external/autotest/client/common_lib/cros/
Dchromedriver.py200 timeout_msg = 'Timeout on waiting for ChromeDriver to start.'
202 exception=utils.TimeoutError(timeout_msg),
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dplatform_ExternalUsbPeripherals.py91 def wait_for_cmd_output(self, cmd, check, timeout, timeout_msg): argument
108 self.add_failure('%s - %d sec' % (timeout_msg, timeout))