diff --git a/src/protocols/secure_channel/CASESession.cpp b/src/protocols/secure_channel/CASESession.cpp index 62294bcdc58f5d..e7f5200dc9b2dc 100644 --- a/src/protocols/secure_channel/CASESession.cpp +++ b/src/protocols/secure_channel/CASESession.cpp @@ -84,10 +84,10 @@ using HKDF_sha_crypto = HKDF_shaHSM; using HKDF_sha_crypto = HKDF_sha; #endif -// Wait at most 10 seconds for the response from the peer. +// Wait at most 30 seconds for the response from the peer. // This timeout value assumes the underlying transport is reliable. // The session establishment fails if the response is not received within timeout window. -static constexpr ExchangeContext::Timeout kSigma_Response_Timeout = System::Clock::Seconds16(10); +static constexpr ExchangeContext::Timeout kSigma_Response_Timeout = System::Clock::Seconds16(30); CASESession::CASESession() {