Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilFuncTest.java34 private static final long VERY_SHORT_TIMEOUT_MS = 10l; field in RunUtilFuncTest
189 CommandResult result = runUtil.runTimedCmd(VERY_SHORT_TIMEOUT_MS, command); in testRunTimedCmd_timeout()
DRunUtilTest.java44 private static final long VERY_SHORT_TIMEOUT_MS = 10L; field in RunUtilTest
150 CommandResult result = mRunUtil.runTimedCmd(VERY_SHORT_TIMEOUT_MS, command); in testRunTimedCmd_timeout()