Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java66 private static final int UNRESPOSIVE_CMD_TIMEOUT_MS = 10*60*1000; // ten minutes field in DeqpTestRunner
1399 UNRESPOSIVE_CMD_TIMEOUT_MS, TimeUnit.MILLISECONDS); in executeShellCommandAndReadOutput()
1414 CLog.e("No output from command in %d ms: '%s'", UNRESPOSIVE_CMD_TIMEOUT_MS, command); in executeShellCommandAndReadOutput()