Skip to content

Commit

Permalink
enable stayActive test in java matter controller during commission flow
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Oct 10, 2024
1 parent 7a9bd66 commit 2bac960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ abstract class PairingCommand(
override fun onICDRegistrationInfoRequired() {
logger.log(Level.INFO, "onICDRegistrationInfoRequired")
currentCommissioner()
.updateCommissioningICDRegistrationInfo(ICDRegistrationInfo.newBuilder().build())
.updateCommissioningICDRegistrationInfo(ICDRegistrationInfo.newBuilder().setICDStayActiveDurationMsec(30000L).build())
}

override fun onICDRegistrationComplete(errorCode: Long, icdDeviceInfo: ICDDeviceInfo) {
Expand Down

0 comments on commit 2bac960

Please sign in to comment.