Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java47 private static final long LONG_TIMEOUT_MILLIS = 2500; field in AbstractServiceTest
358 waiter.join(LONG_TIMEOUT_MILLIS); // ensure that the await in the other thread is triggered in testAwaitTerminated()
381 waiter.join(LONG_TIMEOUT_MILLIS); in testAwaitTerminated_FailedService()
698 thread.join(LONG_TIMEOUT_MILLIS); in testAddListenerAfterFailureDoesntCauseDeadlock()
709 service.startAsync().awaitRunning(LONG_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testListenerDoesntDeadlockOnStartAndWaitFromRunning()
728 thread.join(LONG_TIMEOUT_MILLIS); in testListenerDoesntDeadlockOnStopAndWaitFromTerminated()