Searched refs:retryIntervalMs (Results 1 – 3 of 3) sorted by relevance
141 constexpr std::chrono::milliseconds retryIntervalMs{5}; in PollForCondition() local145 std::this_thread::sleep_for(retryIntervalMs); in PollForCondition()
126 constexpr milliseconds retryIntervalMs{20}; in WaitForPrivateDnsValidation() local135 std::this_thread::sleep_for(retryIntervalMs); in WaitForPrivateDnsValidation()
2037 long retryIntervalMs = INITIAL_SUSPEND_RETRY_INTERVAL_MS; in suspendWithRetries() local2063 Slogf.w(TAG, "Failed to Suspend; will retry after %dms", retryIntervalMs); in suspendWithRetries()2065 mLock.wait(retryIntervalMs); in suspendWithRetries()2069 totalWaitDurationMs += retryIntervalMs; in suspendWithRetries()2070 retryIntervalMs = Math.min(retryIntervalMs * 2, MAX_RETRY_INTERVAL_MS); in suspendWithRetries()