Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostGTest.java165 long maxTestTimeMs = getMaxTestTimeMs(); in runTest() local
167 CommandResult testResult = executeHostGTestCommand(cmd, maxTestTimeMs, resultParser); in runTest()
181 String.format("Command run timed out after %d ms", maxTestTimeMs)); in runTest()