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