HomeSort by relevance Sort by last modified time
    Searched full:timeout_mins (Results 26 - 36 of 36) sorted by null

12

  /external/autotest/frontend/client/src/autotest/afe/
JobDetailView.java 173 showField(jobObject, "timeout_mins", "view_timeout");
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 217 display.getTimeout().setText(Utils.jsonToString(jobObject.get("timeout_mins")));
765 args.put("timeout_mins", new JSONNumber(timeoutValue));
    [all...]
  /external/autotest/frontend/afe/
models.py 1394 timeout_mins = dbmodels.IntegerField(default=DEFAULT_TIMEOUT_MINS) variable in class:Job
    [all...]
rpc_interface.py 783 timeout_mins=None, max_runtime_mins=None,
    [all...]
  /external/autotest/server/cros/dynamic_suite/
suite.py 592 results_dir=None, max_runtime_mins=24*60, timeout_mins=24*60,
672 self._timeout_mins = timeout_mins
    [all...]
suite_unittest.py 289 timeout_mins=1440,
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server_unittest.py 25 @param timeout_mins: Amount of time in mins to wait before timing out.
  /external/autotest/cli/
job_unittest.py     [all...]
  /external/autotest/frontend/afe/doctests/
001_rpc_test.txt 552 ... 'timeout_mins': 1440,
    [all...]
  /external/autotest/scheduler/
scheduler_models.py     [all...]
  /external/autotest/server/hosts/
cros_host.py     [all...]

Completed in 2145 milliseconds

12