Device: Increase DiskFormatProgress timeout

This commit is contained in:
Kyle Schwarz
2026-02-17 17:16:49 -05:00
parent 174c0b80d4
commit 224e840841
+1 -1
View File
@@ -3817,7 +3817,7 @@ bool Device::formatDisk(const DiskDetails& config, const DiskFormatProgress& han
return com->sendCommand(ExtendedCommand::DiskFormatProgress, {}); return com->sendCommand(ExtendedCommand::DiskFormatProgress, {});
}, },
std::make_shared<ExtendedResponseFilter>(ExtendedCommand::DiskFormatProgress), std::make_shared<ExtendedResponseFilter>(ExtendedCommand::DiskFormatProgress),
std::chrono::milliseconds(200) std::chrono::milliseconds(1000)
); );
if(!response) { if(!response) {