We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e681be commit f748b18Copy full SHA for f748b18
tests/test_a01_api.py
@@ -207,8 +207,8 @@ async def test_set_value(
207
"""Test sending an arbitrary MQTT message and parsing the response."""
208
# Clear existing messages received during setup
209
assert received_requests.qsize() == 2
210
- assert received_requests.get(block=True)
211
+ assert received_requests.get(block=True, timeout=QUEUE_TIMEOUT)
212
assert received_requests.empty()
213
214
# Prepare the response message
0 commit comments