We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c720ca3 commit 6ea2e89Copy full SHA for 6ea2e89
1 file changed
tests/test_pairing.py
@@ -376,6 +376,7 @@ async def test_pair_plus(self, monkeypatch: pytest.MonkeyPatch) -> None:
376
with pytest.raises(pw_exceptions.StickError):
377
await stick.initialize()
378
379
+ await asyncio.sleep(5)
380
# Inject StickNetworkInfoRequest to trigger a pairing
381
mock_serial.inject_message(b"0001", b"1253") # @bouwew: seq_id is not FFFC!
382
0 commit comments