Skip to content

Commit

Permalink
[K32W] Increase IM timeout (#7490)
Browse files Browse the repository at this point in the history
* [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 <doru-cristian.gucea@nxp.com>

* Restyled by clang-format

Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
2 people authored and andreilitvin committed Jun 9, 2021
1 parent 7b59b8f commit a8ef419
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/InteractionModelEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ namespace chip {
namespace app {

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

/**
* @class InteractionModelEngine
Expand Down

0 comments on commit a8ef419

Please sign in to comment.