Lines Matching refs:timeout_min
34 def retry_goofy_rpc(exception_tuple, timeout_min=30): argument
64 @retry.retry(exception_tuple, timeout_min=timeout_min)
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): argument
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): argument
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)