Searched refs:WAIT_PUBLISH_SLEEPTIME (Results 1 – 1 of 1) sorted by relevance
27 constexpr int32_t WAIT_PUBLISH_SLEEPTIME = 10; variable52 std::this_thread::sleep_for(std::chrono::milliseconds(WAIT_PUBLISH_SLEEPTIME)); in WaitForServicePublish()