Home
last modified time | relevance | path

Searched refs:timeout_min (Results 1 – 25 of 40) sorted by relevance

12

/external/autotest/server/cros/dynamic_suite/
Dfrontend_wrappers.py17 def convert_timeout_to_retry(backoff, timeout_min, delay_sec): argument
31 total_sleep = timeout_min * 60
42 def __init__(self, timeout_min=30, delay_sec=10, **dargs): argument
48 self.timeout_min = timeout_min
60 max_retry = convert_timeout_to_retry(backoff, self.timeout_min,
81 @retry.retry(Exception, timeout_min=self.timeout_min,
92 with timeout_util.Timeout(self.timeout_min * 60):
104 def __init__(self, timeout_min=30, delay_sec=10, **dargs): argument
110 self.timeout_min = timeout_min
116 @retry.retry(Exception, timeout_min=self.timeout_min,
Dfrontend_wrappers_unittest.py23 timeout_min = 10
27 timeout_min,
61 timeout_min = 0.01
65 timeout_min,
76 timeout_min = 30
80 timeout_min,
Ddynamic_suite.py524 afe = frontend_wrappers.RetryingAFE(timeout_min=30, delay_sec=10,
526 tko = frontend_wrappers.RetryingTKO(timeout_min=30, delay_sec=10,
/external/autotest/server/cros/
Dgoofy_client.py34 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
[all …]
Dsonic_client_utils.py88 @retry.retry(RPC_EXCEPTIONS, timeout_min=BASE_REQUEST_TIMEOUT)
110 @retry.retry(RPC_EXCEPTIONS, timeout_min=BASE_REQUEST_TIMEOUT)
123 @retry.retry(RPC_EXCEPTIONS, timeout_min=BASE_REQUEST_TIMEOUT)
138 @retry.retry(RPC_EXCEPTIONS + (error.TestError,), timeout_min=30)
Dhost_lock_manager.py62 timeout_min=30, delay_sec=10, debug=False,
/external/autotest/server/hosts/
Dmoblab_host.py53 timeout_min = dargs.get('rpc_timeout_min', 1)
54 self.afe = frontend_wrappers.RetryingAFE(timeout_min=timeout_min,
57 self.tko = frontend_wrappers.RetryingTKO(timeout_min=timeout_min,
130 def wait_afe_up(self, timeout_min=5): argument
143 afe = frontend_wrappers.RetryingAFE(timeout_min=timeout_min,
Drpc_server_tracker.py152 timeout_min=timeout_seconds / 60.0,
Dchameleon_host.py221 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10)
Dservo_host.py431 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10)
696 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10)
Dadb_host.py438 @retry.retry(error.TimeoutException, timeout_min=timeout/60.0,
474 @retry.retry(error.TimeoutException, timeout_min=timeout/60.0,
1007 @retry.retry(error.AutoservRunError, timeout_min=10)
/external/autotest/client/common_lib/cros/
Dretry_unittest.py85 @retry.retry(Exception, timeout_min=0.02, delay_sec=0.1)
97 @retry.retry(Exception, timeout_min=0.02, delay_sec=0.1)
113 @retry.retry(Exception, timeout_min=0.05, delay_sec=0.1)
138 @retry.retry(Exception, timeout_min=0.06, delay_sec=0.1)
Ddev_server.py130 def remote_devserver_call(timeout_min=30): argument
140 @retry.retry(urllib2.URLError, timeout_min=timeout_min)
216 timeout_min=timeout_sec/60.0)
223 def get_devserver_load(devserver, timeout_min=0.1): argument
238 @remote_devserver_call(timeout_min=timeout_min)
242 call, timeout=timeout_min * 60).read()
256 ' Error: %s', call, timeout_min * 60, e)
278 def devserver_healthy(devserver, timeout_min=0.1): argument
291 load = DevServer.get_devserver_load(devserver, timeout_min=timeout_min)
970 @remote_devserver_call(timeout_min=0.5)
Dretry.py114 def retry(ExceptionToCheck, timeout_min=1.0, delay_sec=3, blacklist=None): argument
155 remaining_time = timeout_min * 60
182 remaining_time = int(timeout_min*60 -
/external/autotest/site_utils/
Dtest_push.py50 AFE = frontend_wrappers.RetryingAFE(timeout_min=0.5, delay_sec=2)
282 end = time.time() + arguments.timeout_min * 60
291 arguments.timeout_min)
340 TKO = frontend_wrappers.RetryingTKO(timeout_min=0.1, delay_sec=10)
Dlxc.py257 @retry.retry(error.CmdError, timeout_min=5)
298 @retry.retry(error.CmdError, timeout_min=30)
342 @retry.retry(error.CmdError, timeout_min=20)
362 @retry.retry(error.CmdError, timeout_min=20)
Dlxc_cleanup.py36 AFE = frontend_wrappers.RetryingAFE(timeout_min=0.1, delay_sec=10)
/external/autotest/tko/
Ddb_mysql.py7 @retry.retry(db._get_error_class("OperationalError"), timeout_min=2,
/external/autotest/server/
Dafe_utils.py16 AFE = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10)
Dsequence.py134 afe = frontend_wrappers.RetryingAFE(timeout_min=30, delay_sec=10,
/external/autotest/client/cros/multimedia/
Dfacade_resource.py18 timeout_min=_FLAKY_CALL_RETRY_TIMEOUT_SEC / 60.0,
/external/autotest/site_utils/suite_scheduler/
Ddeduping_scheduler.py49 self._afe = afe or frontend_wrappers.RetryingAFE(timeout_min=30,
/external/autotest/contrib/
Dmanage_powerunit_info.py173 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10,
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py120 timeout_min=self.XMLRPC_RETRY_TIMEOUT / 60.0,
/external/autotest/cli/
Dsite_host.py99 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10)

12