Searched refs:CONNECT_TIME_OUT (Results 1 – 2 of 2) sorted by relevance
82 const int CONNECT_TIME_OUT = 10; variable
163 …uniqueLock, std::chrono::seconds(CONNECT_TIME_OUT), [this]() { return nlpServiceProxy_ != nullptr;… in ConnectNlpService()