Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java214 private Duration mParallelPreInvocationSetupTimeout = Duration.ofMinutes(30L); field in CommandOptions
687 return mParallelPreInvocationSetupTimeout; in getParallelPreInvocationSetupTimeout()