Searched refs:retryIntervalMs (Results 1 – 2 of 2) sorted by relevance
141 constexpr std::chrono::milliseconds retryIntervalMs{5}; in PollForCondition() local145 std::this_thread::sleep_for(retryIntervalMs); in PollForCondition()
127 constexpr milliseconds retryIntervalMs{20}; in WaitForPrivateDnsValidation() local136 std::this_thread::sleep_for(retryIntervalMs); in WaitForPrivateDnsValidation()