Searched refs:getGceMaxAttempt (Results 1 – 3 of 3) sorted by relevance
374 for (int attempt = 0; attempt < getDevice().getOptions().getGceMaxAttempt(); attempt++) { in launchGce()391 getDevice().getOptions().getGceMaxAttempt(), in launchGce()397 attempt + 1, getDevice().getOptions().getGceMaxAttempt(), tse); in launchGce()
835 public int getGceMaxAttempt() { in getGceMaxAttempt() method in TestDeviceOptions
404 for (int attempt = 0; attempt < options.getGceMaxAttempt(); attempt++) { in acloudCreate()