Searched defs:timeoutThreshold (Results 1 – 4 of 4) sorted by relevance
195 long timeoutThreshold = numOfTestCycles * (TIMEOUT_SECONDS_LOAD + TIMEOUT_SECONDS_UNLOAD); in queuedLoadUnloadTest() local212 long timeoutThreshold = in waitForCompleteAsync() local
181 long timeoutThreshold = numOfMessages * TIMEOUT_SECONDS_MESSAGE; in testBurstMessages() local
116 Duration timeoutThreshold; member141 Duration timeoutThreshold; member
307 public static void assertLatchCountedDown(CountDownLatch latch, long timeoutThreshold) in assertLatchCountedDown()