OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeout_m
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/
moblab_test.py
50
timeout_m
=int(services_init_timeout_m))
/external/autotest/server/hosts/
moblab_host.py
230
def _verify_upstart_service(self, service,
timeout_m
):
234
@
timeout_m
: Timeout (in minuts) before giving up.
238
@retry.retry(error.AutoservError, timeout_min=
timeout_m
, delay_sec=10)
244
def verify_moblab_services(self,
timeout_m
):
247
@param
timeout_m
: Timeout (in minutes) for how long to wait for services
259
self._verify_upstart_service(service,
timeout_m
)
Completed in 170 milliseconds