Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRunUtilFuncTest.java41 private static final long LONG_TIMEOUT_MS = 5000L; field in RunUtilFuncTest
108 RunUtil.getDefault().runTimedCmd(LONG_TIMEOUT_MS, "echo", "hello"); in testRunTimedCmd_repeatedOutput()
151 .runTimedCmd(3 * LONG_TIMEOUT_MS, "cat", f.getAbsolutePath()); in testRunTimedCmd_largeOutput()
DRunUtilTest.java70 private static final long LONG_TIMEOUT_MS = 1000L; field in RunUtilTest
263 LONG_TIMEOUT_MS, in runTimedCmdWithOutputMonitor_cache_same_run()
271 LONG_TIMEOUT_MS, in runTimedCmdWithOutputMonitor_cache_same_run()
546 spyUtil.runTimedCmd(LONG_TIMEOUT_MS, stdoutStream, stderrStream, command); in testRuntimedCmd_withFileOutputStream()
602 spyUtil.runTimedCmd(LONG_TIMEOUT_MS, stdoutStream, stderrStream, command); in testRuntimedCmd_notWritable()
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DSubprocessResultsReporterTest.java52 private static final long LONG_TIMEOUT_MS = 20000L; field in SubprocessResultsReporterTest
131 receiver.joinReceiver(LONG_TIMEOUT_MS); in testPrintEvent_printToSocket()
183 receiver.joinReceiver(LONG_TIMEOUT_MS); in testPrintEvent_printToSocket_StructuredFailures()
240 receiver.joinReceiver(LONG_TIMEOUT_MS); in testTestLog()