Home | History | Annotate | Download | only in cros

Lines Matching refs:timeout_min

34 def retry_goofy_rpc(exception_tuple, timeout_min=30):
45 timeout_min=<timeout>)
46 2. @retry_goofy_rpc(socket.error, timeout_min=<timeout>)
52 in retries for the duration of timeout_min.
53 @param timeout_min: The timeout, in minutes, for which we should
64 @retry.retry(exception_tuple, timeout_min=timeout_min)
70 socket.error, retry for timeout_min through retry.retry.
72 retry for timeout_min through retry.retry.
82 goofy_proxy._create_client_proxy(timeout_min=timeout_min)
133 self._create_client_proxy(timeout_min=self.BASE_RPC_TIMEOUT)
136 def _create_client_proxy(self, timeout_min=30):
147 self._host.ping_wait_up(timeout_min)
154 timeout_min=BASE_RPC_TIMEOUT)
172 timeout_min=BASE_RPC_TIMEOUT)
180 def _wait_for_goofy(self, timeout_min=BASE_RPC_TIMEOUT*2):
183 @param timeout_min: Minutes to wait before timing this call out.
186 timeout_secs = timeout_min * 60
194 @retry_goofy_rpc(socket.error, timeout_min=BASE_RPC_TIMEOUT*2)
237 timeout_min=BASE_RPC_TIMEOUT*2)
281 timeout_min=BASE_RPC_TIMEOUT*2)
297 timeout_min=BASE_RPC_TIMEOUT*2)
395 timeout_min=BASE_RPC_TIMEOUT*2)