Searched refs:kMaxTimeoutMs (Results 1 – 1 of 1) sorted by relevance
91 static constexpr std::chrono::milliseconds kMaxTimeoutMs = std::chrono::seconds(10); member in __anon60257e3a0110::Watchdog180 timeout = std::min(timeout * 2, kMaxTimeoutMs); in WatchdogLoop()