Skip to content

Commit 74b8ce1

Browse files
Use timedInteraction for RevokeCommissioning in CCTRL_2_2 (#34957)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 3884820 commit 74b8ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_CCTRL_2_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ async def test_TC_CCTRL_2_2(self):
161161
self.step(9)
162162
cmd = Clusters.AdministratorCommissioning.Commands.RevokeCommissioning()
163163
# If no exception is raised, this is success
164-
await self.send_single_cmd(cmd)
164+
await self.send_single_cmd(cmd, timedRequestTimeoutMs=5000)
165165

166166
self.step(10)
167167
if not events:

0 commit comments

Comments
 (0)