Increase CMSIS response timeout for EDBG debug tools
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap
|
||||
"CMSIS Response type must be derived from the Response class."
|
||||
);
|
||||
|
||||
const auto rawResponse = this->getUsbHidInterface().read(std::chrono::milliseconds(15000));
|
||||
const auto rawResponse = this->getUsbHidInterface().read(std::chrono::milliseconds(60000));
|
||||
|
||||
if (rawResponse.empty()) {
|
||||
throw Exceptions::DeviceCommunicationFailure("Empty CMSIS-DAP response received");
|
||||
|
||||
Reference in New Issue
Block a user