Device: Increase DiskFormatProgress timeout

master
Kyle Schwarz 2026-02-17 17:16:49 -05:00
parent 174c0b80d4
commit 224e840841
1 changed files with 1 additions and 1 deletions

View File

@ -3817,7 +3817,7 @@ bool Device::formatDisk(const DiskDetails& config, const DiskFormatProgress& han
return com->sendCommand(ExtendedCommand::DiskFormatProgress, {});
},
std::make_shared<ExtendedResponseFilter>(ExtendedCommand::DiskFormatProgress),
std::chrono::milliseconds(200)
std::chrono::milliseconds(1000)
);
if(!response) {