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
343 time.sleep(RETRY_SLEEP*2)
345 time.sleep(RETRY_SLEEP) # wait before retry
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java72 private static final int RETRY_SLEEP = 2 * 1000; // 2s sleep between retries field in FastbootDeviceFlasher
973 getRunUtil().sleep(RETRY_SLEEP * (attempts - 1) in getImageVersion()
974 + new Random(System.currentTimeMillis()).nextInt(RETRY_SLEEP)); in getImageVersion()