pull/25/head
Paul Hollinsky 2020-02-28 19:57:16 -05:00
parent a2fecb7621
commit 0c330f734b
1 changed files with 1 additions and 1 deletions

View File

@ -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;