Home
last modified time | relevance | path

Searched defs:max_runtime_mins (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/autotest/server/cros/dynamic_suite/
H A Dsuite.py317 max_runtime_mins=24*60, argument
876 max_runtime_mins=24*60, argument
1438 max_runtime_mins=24*60, argument
H A Ddynamic_suite.py232 max_runtime_mins=24*60, argument
/aosp_15_r20/external/autotest/frontend/afe/
H A Drpc_interface.py969 max_runtime_mins=None, argument
1838 max_runtime_mins=None, argument
H A Drpc_utils.py756 max_runtime_mins=None, argument
H A Dmodels.py1540 max_runtime_mins = dbmodels.IntegerField(default=DEFAULT_MAX_RUNTIME_MINS) variable in Job