OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_suite_timeout_m
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/site_tests/moblab_RunSuite/
moblab_RunSuite.py
108
run_suite_timeout_m
= (
115
'the suite to run.', _CLEANUP_TIME_M,
run_suite_timeout_m
)
116
cmd += ' --timeout_mins %d' %
run_suite_timeout_m
117
return cmd,
run_suite_timeout_m
* 60
/external/autotest/server/site_tests/moblab_StorageQual/
moblab_StorageQual.py
177
run_suite_timeout_m
= (
184
'the suite to run.', _CLEANUP_TIME_M,
run_suite_timeout_m
)
185
cmd += ' --timeout_mins %d' %
run_suite_timeout_m
186
return cmd,
run_suite_timeout_m
* 60
Completed in 60 milliseconds