Skip to content

Commit a8ef419

Browse files
doru91restyled-commits
authored andcommitted
[K32W] Increase IM timeout (#7490)
* [K32W] Increase IM timeout On K32W, chip-device-ctrl times out while waiting for the OpCSR. Double the IM timeout for the moment. See also: - #7489 Signed-off-by: Doru Gucea <[email protected]> * Restyled by clang-format Co-authored-by: Restyled.io <[email protected]>
1 parent 7b59b8f commit a8ef419

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/InteractionModelEngine.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ namespace chip {
5959
namespace app {
6060

6161
constexpr size_t kMaxSecureSduLengthBytes = 1024;
62-
constexpr uint32_t kImMessageTimeoutMsec = 6000;
63-
constexpr FieldId kRootFieldId = 0;
62+
/* TODO: https://github.com/project-chip/connectedhomeip/issues/7489 */
63+
constexpr uint32_t kImMessageTimeoutMsec = 12000;
64+
constexpr FieldId kRootFieldId = 0;
6465

6566
/**
6667
* @class InteractionModelEngine

0 commit comments

Comments
 (0)