mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Settings: Increase response timeouts
This commit is contained in:
+1
-1
@@ -3835,7 +3835,7 @@ bool Device::formatDisk(const DiskDetails& config, const DiskFormatProgress& han
|
||||
return com->sendCommand(ExtendedCommand::DiskFormatProgress, {});
|
||||
},
|
||||
std::make_shared<ExtendedResponseFilter>(ExtendedCommand::DiskFormatProgress),
|
||||
std::chrono::milliseconds(1000)
|
||||
std::chrono::milliseconds(5000)
|
||||
);
|
||||
|
||||
if(!response) {
|
||||
|
||||
Reference in New Issue
Block a user