Searched refs:LONG_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | RunUtilFuncTest.java | 41 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()
|
D | RunUtilTest.java | 70 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/ |
D | SubprocessResultsReporterTest.java | 52 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()
|