Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
Drpm_client.py37 def set_power(host, new_state, timeout_mins=RPM_CALL_TIMEOUT_MINS): argument
66 def _set_power(args_tuple, timeout_mins=RPM_CALL_TIMEOUT_MINS): argument
/external/autotest/server/
Dsequence.py125 def schedule(self, job, timeout_mins, machine): argument
/external/autotest/site_utils/
Ddiagnosis_utils.py119 def __init__(self, job_created_time, timeout_mins): argument
/external/autotest/server/cros/dynamic_suite/
Ddynamic_suite.py233 timeout_mins=24*60, argument
Dsuite.py316 timeout_mins=24*60, argument
875 timeout_mins=24*60, argument
1437 timeout_mins=24*60, argument
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_quick_tests.py622 def quick_test_mtbf_decorator(timeout_mins, test_name): argument
/external/autotest/frontend/afe/
Drpc_interface.py976 timeout_mins=None, argument
1840 timeout_mins=None, argument
Drpc_utils.py754 timeout_mins=None, argument
Dmodels.py1558 timeout_mins = dbmodels.IntegerField(default=DEFAULT_TIMEOUT_MINS) variable in Job