Searched refs:TEST_DELAY_TIME (Results 1 – 2 of 2) sorted by relevance
49 private static final int TEST_DELAY_TIME = 100; // ms field in SessionManagerTest284 Thread.sleep(TEST_DELAY_TIME); in testEndSubsessionWithParentComplete()295 assertTrue(mfullSessionCompleteTime >= TEST_DELAY_TIME / 2); in testEndSubsessionWithParentComplete()296 assertTrue(mfullSessionCompleteTime <= TEST_DELAY_TIME * 1.5); in testEndSubsessionWithParentComplete()364 Thread.sleep(TEST_DELAY_TIME); in testEndExternalSessionListenerCallback()369 assertTrue(mfullSessionCompleteTime >= TEST_DELAY_TIME / 2); in testEndExternalSessionListenerCallback()370 assertTrue(mfullSessionCompleteTime <= TEST_DELAY_TIME * 1.5); in testEndExternalSessionListenerCallback()404 Thread.sleep(2 * TEST_DELAY_TIME); in testStaleSessionCleanupTimer()405 mTestSessionManager.cleanupStaleSessions(TEST_DELAY_TIME); in testStaleSessionCleanupTimer()
55 private static final int TEST_DELAY_TIME = 100; // ms field in EventManagerTest185 Thread.sleep(TEST_DELAY_TIME); in testExtractEventTimings()195 assertTrue(timings.get(0).time >= TEST_DELAY_TIME - 10); in testExtractEventTimings()196 assertTrue(timings.get(0).time <= TEST_DELAY_TIME + 10); in testExtractEventTimings()