Skip to content

Commit

Permalink
Update src/python_testing/matter_testing_support.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille authored Jul 26, 2024
1 parent 9d35bd2 commit 8a872ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/matter_testing_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def __init__(self, expected_cluster: ClusterObjects.Cluster):
self._q = queue.Queue()
self._expected_cluster = expected_cluster

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:
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:
"""This starts a subscription for events on the specified node_id and endpoint. The cluster is specified when the class instance is created."""
urgent = True
self._subscription = await dev_ctrl.ReadEvent(node_id,
Expand Down

0 comments on commit 8a872ee

Please sign in to comment.