Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java101 long driverTimeoutMs = in GceManager() local
104 deviceOptions.setGceCmdTimeout(driverTimeoutMs); in GceManager()
107 gceCmdTimeoutMs, driverTimeoutMs); in GceManager()
171 long driverTimeoutMs = getTestDeviceOptions().getGceCmdTimeout(); in startGce() local
174 Duration.ofMillis(driverTimeoutMs - 3 * 60 * 1000).toSeconds(); in startGce()
178 driverTimeoutMs = driverTimeoutSec * 1000; in startGce()
198 driverTimeoutMs); in startGce()