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