Searched refs:OPEN_TIMEOUT_S (Results 1 – 1 of 1) sorted by relevance
91 static const std::chrono::seconds OPEN_TIMEOUT_S = 4s; variable754 auto waitStatus = cond->wait_for(lck, OPEN_TIMEOUT_S, [openFinish] { in DoCloudOpen()