fix: wait for req socket send to make sure we dont stay stuck - if there's no... #23

Merged
9828273 merged 19 commits from feat/cb2ui-robot-connections into dev 2025-11-18 12:24:15 +00:00
Showing only changes of commit 59c2edc3c6 - Show all commits

View File

@@ -493,7 +493,7 @@ async def test_listen_behaviour_timeout(caplog):
with caplog.at_level("INFO"):
await behaviour.run()
assert "No ping retrieved in 3 seconds" in caplog.text
assert "No ping" in caplog.text
@pytest.mark.asyncio