Home
last modified time | relevance | path

Searched refs:maxRuntimeValue (Results 1 – 1 of 1) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java735 final int timeoutValue, maxRuntimeValue, testRetryValue; in submitJob() local
739 maxRuntimeValue = parsePositiveIntegerInput( in submitJob()
772 args.put("max_runtime_mins", new JSONNumber(maxRuntimeValue)); in submitJob()