Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java684 long invocTimeout = config.getCommandOptions().getInvocationTimeout(); in run() local
685 if (invocTimeout > 0) { in run()
686 CLog.i("Setting a timer for the invocation in %sms", invocTimeout); in run()
687 mExecutionTimer.schedule(mInvocationThreadMonitor, invocTimeout); in run()