Searched refs:driverTimeoutStringSec (Results 1 – 1 of 1) sorted by relevance
97 String driverTimeoutStringSec = deviceOptions.getGceDriverParams().get(index + 1); in GceManager() local102 Long.parseLong(driverTimeoutStringSec) * 1000 + 3 * 60 * 1000; in GceManager()