Searched refs:addedLatch (Results 1 – 1 of 1) sorted by relevance
179 CountDownLatch addedLatch = new CountDownLatch(1); in testOnRoutesRemovedAndAdded() local201 addedLatch.countDown(); in testOnRoutesRemovedAndAdded()214 assertTrue(addedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testOnRoutesRemovedAndAdded()219 CountDownLatch addedLatch = new CountDownLatch(1); in testGetRoutes_removedRoute_returnsCorrectRoutes() local229 addedLatch.countDown(); in testGetRoutes_removedRoute_returnsCorrectRoutes()256 assertTrue(addedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testGetRoutes_removedRoute_returnsCorrectRoutes()824 CountDownLatch addedLatch = new CountDownLatch(1); in waitAndGetRoutesWithManager() local835 addedLatch.countDown(); in waitAndGetRoutesWithManager()857 addedLatch.await(WAIT_TIME_MS, TimeUnit.MILLISECONDS); in waitAndGetRoutesWithManager()