Skip to content

Commit 6ea2e89

Browse files
committed
Add sleep
1 parent c720ca3 commit 6ea2e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pairing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ async def test_pair_plus(self, monkeypatch: pytest.MonkeyPatch) -> None:
376376
with pytest.raises(pw_exceptions.StickError):
377377
await stick.initialize()
378378

379+
await asyncio.sleep(5)
379380
# Inject StickNetworkInfoRequest to trigger a pairing
380381
mock_serial.inject_message(b"0001", b"1253") # @bouwew: seq_id is not FFFC!
381382

0 commit comments

Comments
 (0)