Skip to content

Commit

Permalink
[Kotlin] Fix timeout error im interaction tests (#30328)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed Dec 15, 2023
1 parent 6587adf commit 2324864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ class MatterControllerImpl(params: ControllerParams) : MatterController {

// im interaction time out value, it would override the default value in c++ im
// layer if this value is non-zero.
private const val CHIP_IM_TIMEOUT_MS = 0
private const val CHIP_IM_TIMEOUT_MS = 3000

// CHIP error values, lift from ChipError.h in the Matter SDK.
private const val CHIP_ERROR_UNEXPECTED_EVENT: UInt = 0xc0u
Expand Down

0 comments on commit 2324864

Please sign in to comment.