Lines Matching full:timeout
40 def wait_for_condition(condition, timeout_msg, timeout, process, crash_msg): argument
43 Poll for |condition| to become true, for |timeout| seconds. If the timeout
49 @param timeout: float number of seconds to poll on |condition|.
54 @raise: TimeoutError if timeout is reached.
65 timeout=timeout)
75 def wait_for_browser(timeout=cros_ui.RESTART_UI_TIMEOUT): argument
78 @param timeout: float number of seconds to wait.
80 @raise: TimeoutError: Chrome didn't start before timeout.
85 timeout=timeout,
90 def wait_for_browser_exit(crash_msg, timeout=cros_ui.RESTART_UI_TIMEOUT): argument
94 @param timeout: float number of seconds to wait.
104 timeout=timeout,
112 def wait_for_cryptohome(user, timeout=cros_ui.RESTART_UI_TIMEOUT): argument
116 @param timeout: float number of seconds to wait.
118 @raise: TimeoutError: cryptohome wasn't mounted before timeout
123 timeout=timeout,
128 def wait_for_ownership(timeout=constants.DEFAULT_OWNERSHIP_TIMEOUT): argument
131 @param timeout: float number of seconds to wait.
133 @raise: TimeoutError: file didn't appear before timeout.
140 timeout=timeout,