Searched refs:kStubPollCheckTimeout (Results 1 – 1 of 1) sorted by relevance
41 const std::chrono::milliseconds kStubPollCheckTimeout = 3min; variable120 if (checkPollCompleted.wait_for(kStubPollCheckTimeout) != std::future_status::ready) { in pollCache()122 return Error() << "Poll didn't complete before " << kStubPollCheckTimeout.count() in pollCache()