diff --git a/device/device.cpp b/device/device.cpp index c6318fa..54e334b 100644 --- a/device/device.cpp +++ b/device/device.cpp @@ -262,7 +262,7 @@ bool Device::goOffline() { MessageFilter filter(Network::NetID::Reset_Status); filter.includeInternalInAny = true; - // wait until communication is disabled or 10 seconds, whichever comes first + // Wait until communication is disabled or 5 seconds, whichever comes first while((std::chrono::system_clock::now() - startTime) < std::chrono::seconds(5)) { if(latestResetStatus && !latestResetStatus->comEnabled) break;