Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DPoll.java65 private static final long SLEEP_MILLIS = 200; // TODO(b/223768343): Allow configuring field in Poll
231 Thread.sleep(SLEEP_MILLIS); in await()