Skip to content

Commit

Permalink
Use timedInteraction for RevokeCommissioning in CCTRL_2_2 (project-ch…
Browse files Browse the repository at this point in the history
…ip#34957)

Co-authored-by: Andrei Litvin <[email protected]>
andy31415 and andreilitvin authored Aug 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3884820 commit 74b8ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_CCTRL_2_2.py
Original file line number Diff line number Diff line change
@@ -161,7 +161,7 @@ async def test_TC_CCTRL_2_2(self):
self.step(9)
cmd = Clusters.AdministratorCommissioning.Commands.RevokeCommissioning()
# If no exception is raised, this is success
await self.send_single_cmd(cmd)
await self.send_single_cmd(cmd, timedRequestTimeoutMs=5000)

self.step(10)
if not events:

0 comments on commit 74b8ce1

Please sign in to comment.