Searched refs:getGceCmdTimeout (Results 1 – 4 of 4) sorted by relevance
79 long remainingTime = getOptions().getGceCmdTimeout() - (getCurrentTime() - startTime); in preInvocationSetup()83 "Failed to launch GCE after %sms", getOptions().getGceCmdTimeout()), in preInvocationSetup()
143 getTestDeviceOptions().getGceCmdTimeout(), in startGce()156 getTestDeviceOptions().getGceCmdTimeout()); in startGce()312 getTestDeviceOptions().getGceCmdTimeout(), in shutdownGce()
109 long remainingTime = getOptions().getGceCmdTimeout() - (getCurrentTime() - startTime); in preInvocationSetup()113 "Failed to launch GCE after %sms", getOptions().getGceCmdTimeout()), in preInvocationSetup()
488 public long getGceCmdTimeout() { in getGceCmdTimeout() method in TestDeviceOptions