Searched refs:retryUntil (Results 1 – 1 of 1) sorted by relevance
1163 public static void retryUntil(BooleanSupplier checker, String message) { in retryUntil() method1164 retryUntil(checker, message, 30); in retryUntil()1167 public static void retryUntil(BooleanSupplier checker, String message, long timeoutSeconds) { in retryUntil() method