diff --git a/src/DebugToolDrivers/Protocols/CMSIS-DAP/CmsisDapInterface.hpp b/src/DebugToolDrivers/Protocols/CMSIS-DAP/CmsisDapInterface.hpp index 93609f5d..85935b25 100644 --- a/src/DebugToolDrivers/Protocols/CMSIS-DAP/CmsisDapInterface.hpp +++ b/src/DebugToolDrivers/Protocols/CMSIS-DAP/CmsisDapInterface.hpp @@ -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");