Home
last modified time | relevance | path

Searched defs:timeout_min (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Dfrontend_wrappers.py31 def convert_timeout_to_retry(backoff, timeout_min, delay_sec): argument
56 def __init__(self, timeout_min=30, delay_sec=10, **dargs): argument
67 def set_timeout(self, timeout_min): argument
145 def __init__(self, timeout_min=30, delay_sec=10, **dargs): argument
/external/autotest/server/cros/
Dgoofy_client.py34 def retry_goofy_rpc(exception_tuple, timeout_min=30): argument
136 def _create_client_proxy(self, timeout_min=30): argument
180 def _wait_for_goofy(self, timeout_min=BASE_RPC_TIMEOUT*2): argument
/external/autotest/server/hosts/
Dmoblab_host.py53 def _initialize_frontend_rpcs(self, timeout_min): argument
160 def wait_afe_up(self, timeout_min=5): argument
/external/autotest/client/common_lib/cros/
Dretry.py142 def retry(ExceptionToCheck, timeout_min=1.0, delay_sec=3, blacklist=None, argument
Ddev_server.py263 def remote_devserver_call(timeout_min=DEVSERVER_IS_STAGING_RETRY_MIN, argument
414 timeout_min=DEVSERVER_SSH_TIMEOUT_MINS): argument
484 timeout_min=DEVSERVER_SSH_TIMEOUT_MINS): argument
Ddev_server_unittest.py32 def retry_mock(ExceptionToCheck, timeout_min, exception_to_raise=None, argument