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.java604 long invocTimeout = config.getCommandOptions().getInvocationTimeout(); in run() local
605 if (invocTimeout > 0) { in run()
606 CLog.i("Setting a timer for the invocation in %sms", invocTimeout); in run()
607 mExecutionTimer.schedule(mInvocationThreadMonitor, invocTimeout); in run()