Searched refs:MAX_WAIT_TIME (Results 1 – 2 of 2) sorted by relevance
57 final static int MAX_WAIT_TIME = 7; field in FileChannelInterProcessLockTest428 assertTrue(IntentReceiver.lockHeldLatch.await(MAX_WAIT_TIME, SECONDS)); in checkTryLockBehavior()478 assertTrue(IntentReceiver.lockHeldLatch.await(MAX_WAIT_TIME, SECONDS)); in checkLockBehavior()487 assertTrue(IntentReceiver.lockReleasedLatch.await(MAX_WAIT_TIME, SECONDS)); in checkLockBehavior()536 assertTrue(IntentReceiver.onStopLatch.await(MAX_WAIT_TIME, SECONDS));
64 private static final long MAX_WAIT_TIME = 25*1000; field in StorageManagerTest782 while (!isDone() && waitTime < MAX_WAIT_TIME) { in waitForCompletion()