Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/net/
DDataUsageTest.py54 RETRY_SLEEP = 3 variable
152 time.sleep(RETRY_SLEEP*2) # wait to check if download is complete
337 time.sleep(RETRY_SLEEP*2)
339 time.sleep(RETRY_SLEEP) # wait before retry
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java53 private static final int RETRY_SLEEP = 2 * 1000; // 2s sleep between retries field in FastbootDeviceFlasher
724 getRunUtil().sleep(RETRY_SLEEP * (attempts - 1) in getImageVersion()
725 + new Random(System.currentTimeMillis()).nextInt(RETRY_SLEEP)); in getImageVersion()