Searched refs:MAX_WAIT_TIME (Results 1 – 2 of 2) sorted by relevance
58 final static int MAX_WAIT_TIME = 7; field in FileChannelInterProcessLockTest429 assertTrue(IntentReceiver.lockHeldLatch.await(MAX_WAIT_TIME, SECONDS)); in checkTryLockBehavior()479 assertTrue(IntentReceiver.lockHeldLatch.await(MAX_WAIT_TIME, SECONDS)); in checkLockBehavior()488 assertTrue(IntentReceiver.lockReleasedLatch.await(MAX_WAIT_TIME, SECONDS)); in checkLockBehavior()537 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()