Searched refs:runTimedRetry (Results 1 – 3 of 3) sorted by relevance
274 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry() method
425 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry() method in RunUtil
87 assertTrue(RunUtil.getDefault().runTimedRetry(100, SHORT_TIMEOUT_MS, maxAttempts, in testRunTimedRetry()