Searched refs:managerOnSessionReleasedLatch (Results 1 – 1 of 1) sorted by relevance
466 CountDownLatch managerOnSessionReleasedLatch = new CountDownLatch(1); in testTransferTwice() local496 managerOnSessionReleasedLatch.countDown(); in testTransferTwice()512 assertFalse(managerOnSessionReleasedLatch.await(WAIT_TIME_MS, TimeUnit.MILLISECONDS)); in testTransferTwice()525 assertFalse(managerOnSessionReleasedLatch.await(WAIT_TIME_MS, TimeUnit.MILLISECONDS)); in testTransferTwice()