Searched defs:timeout_min (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/cros/dynamic_suite/ |
D | frontend_wrappers.py | 31 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/ |
D | goofy_client.py | 34 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/ |
D | moblab_host.py | 53 def _initialize_frontend_rpcs(self, timeout_min): argument 160 def wait_afe_up(self, timeout_min=5): argument
|
/external/autotest/client/common_lib/cros/ |
D | retry.py | 142 def retry(ExceptionToCheck, timeout_min=1.0, delay_sec=3, blacklist=None, argument
|
D | dev_server.py | 263 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
|
D | dev_server_unittest.py | 32 def retry_mock(ExceptionToCheck, timeout_min, exception_to_raise=None, argument
|