Searched refs:MAX_SHUTDOWN_TRIES (Results 1 – 1 of 1) sorted by relevance
42 private static final int MAX_SHUTDOWN_TRIES = 50; field in ClonedSecureRandomTest165 … } while (!serviceStopLatch.await(100, TimeUnit.MILLISECONDS) && tries++ < MAX_SHUTDOWN_TRIES); in testCheckForDuplicateOutput()166 … assertTrue("Background process should have stopped already", tries < MAX_SHUTDOWN_TRIES); in testCheckForDuplicateOutput()