Home
last modified time | relevance | path

Searched defs:timeout_mins (Results 1 – 10 of 10) sorted by relevance

/external/autotest/site_utils/rpm_control_system/
Drpm_client.py29 def set_power(hostname, new_state, timeout_mins=RPM_CALL_TIMEOUT_MINS): argument
/external/autotest/server/
Dsequence.py118 def schedule(self, job, timeout_mins, machine): argument
/external/autotest/server/hosts/
Dsonic_host.py160 def get_build_number(self, timeout_mins=1): argument
/external/autotest/site_utils/
Ddiagnosis_utils.py149 def __init__(self, job_created_time, timeout_mins): argument
/external/autotest/server/cros/dynamic_suite/
Ddynamic_suite.py229 timeout_mins=24*60, argument
Dsuite.py265 timeout_mins=24*60, argument
964 timeout_mins=24*60, argument
1567 timeout_mins=24*60, argument
Djob_status.py64 def _abort_jobs_if_timedout(afe, jobs, start_time, timeout_mins): argument
/external/autotest/frontend/afe/
Drpc_interface.py811 timeout_mins=None, argument
1726 timeout_mins=None, argument
Drpc_utils.py745 timeout_mins=None, argument
Dmodels.py1328 timeout_mins = dbmodels.IntegerField(default=DEFAULT_TIMEOUT_MINS) variable in Job