Searched refs:RETRY_SLEEP (Results 1 – 2 of 2) sorted by relevance
54 RETRY_SLEEP = 3 variable152 time.sleep(RETRY_SLEEP*2) # wait to check if download is complete337 time.sleep(RETRY_SLEEP*2)339 time.sleep(RETRY_SLEEP) # wait before retry
53 private static final int RETRY_SLEEP = 2 * 1000; // 2s sleep between retries field in FastbootDeviceFlasher724 getRunUtil().sleep(RETRY_SLEEP * (attempts - 1) in getImageVersion()725 + new Random(System.currentTimeMillis()).nextInt(RETRY_SLEEP)); in getImageVersion()