Skip to content

Commit 8a872ee

Browse files
authored
Update src/python_testing/matter_testing_support.py
1 parent 9d35bd2 commit 8a872ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/matter_testing_support.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def __init__(self, expected_cluster: ClusterObjects.Cluster):
238238
self._q = queue.Queue()
239239
self._expected_cluster = expected_cluster
240240

241-
async def start(self, dev_ctrl, node_id: int, endpoint: int, fabric_filtered: bool = False, min_interval_sec: int = 0, max_interval_sec: int = 5) -> Any:
241+
async def start(self, dev_ctrl, node_id: int, endpoint: int, fabric_filtered: bool = False, min_interval_sec: int = 0, max_interval_sec: int = 30) -> Any:
242242
"""This starts a subscription for events on the specified node_id and endpoint. The cluster is specified when the class instance is created."""
243243
urgent = True
244244
self._subscription = await dev_ctrl.ReadEvent(node_id,

0 commit comments

Comments
 (0)