Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java220 private Duration mParallelSetupTimeout = Duration.ofMinutes(30L); field in CommandOptions
698 return mParallelSetupTimeout; in getParallelSetupTimeout()