Skip to content

Commit

Permalink
[K32W] Increase IM timeout
Browse files Browse the repository at this point in the history
On K32W, chip-device-ctrl times out while waiting for the OpCSR.
Double the IM timeout for the moment.

See also:
- project-chip#7489

Signed-off-by: Doru Gucea <[email protected]>
  • Loading branch information
doru91 committed Jun 9, 2021
1 parent 6a99148 commit fa8b5ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/InteractionModelEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ namespace chip {
namespace app {

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

/**
Expand Down

0 comments on commit fa8b5ea

Please sign in to comment.