Searched refs:SHUTDOWN_WAIT_MS (Results 1 – 1 of 1) sorted by relevance
45 static constexpr size_t SHUTDOWN_WAIT_MS = 10000; variable81 std::cout << "Waiting " << SHUTDOWN_WAIT_MS << " milliseconds before checking that the " in TearDown()84 usleep(SHUTDOWN_WAIT_MS * 1000); in TearDown()189 std::cout << "Waiting " << SHUTDOWN_WAIT_MS << " milliseconds before checking whether the " in TEST_F()192 usleep(SHUTDOWN_WAIT_MS * 1000); in TEST_F()218 std::cout << "Waiting " << SHUTDOWN_WAIT_MS << " milliseconds for callback completion " in TEST_F()233 rc = TEMP_FAILURE_RETRY(epoll_wait(epollFd, events, EPOLL_MAX_EVENTS, SHUTDOWN_WAIT_MS)); in TEST_F()