From 224e8408417977fe1d1a295c381e7eb39786bd27 Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Tue, 17 Feb 2026 17:16:49 -0500 Subject: [PATCH] Device: Increase DiskFormatProgress timeout --- device/device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/device.cpp b/device/device.cpp index 6b2e9f7..70a6591 100644 --- a/device/device.cpp +++ b/device/device.cpp @@ -3817,7 +3817,7 @@ bool Device::formatDisk(const DiskDetails& config, const DiskFormatProgress& han return com->sendCommand(ExtendedCommand::DiskFormatProgress, {}); }, std::make_shared(ExtendedCommand::DiskFormatProgress), - std::chrono::milliseconds(200) + std::chrono::milliseconds(1000) ); if(!response) {