Searched refs:SLEEP_TIME (Results 1 – 4 of 4) sorted by relevance
38 private static final int SLEEP_TIME = 30; field in DatabaseLockTest83 Thread.currentThread().sleep(SLEEP_TIME); in testLockFairness()106 Thread.sleep(SLEEP_TIME); in run()136 Thread.sleep(SLEEP_TIME); in testLockLatency()145 assertTrue( (averageTime - SLEEP_TIME) <= MAX_ALLOWED_LATENCY_TIME); in testLockLatency()163 Thread.sleep(SLEEP_TIME); in run()
17 SLEEP_TIME=1030 echo "Test will start in ${SLEEP_TIME} seconds: ${TEST_COMMAND}"31 sleep ${SLEEP_TIME}
33 private static final int SLEEP_TIME = 50; field in AutoCompleteTextViewPopup230 Thread.sleep(SLEEP_TIME); in waitAssertPopupShowState()248 Thread.sleep(SLEEP_TIME); in waitAssertListSelection()
56 private static final int SLEEP_TIME = 1000; field in MemoryUsageTest219 sleep(SLEEP_TIME); in measureMemory()