Skip to content

Commit 00691d5

Browse files
committed
Try 2
1 parent 4423a9a commit 00691d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_pairing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,9 @@ async def test_pair_plus(self, monkeypatch: pytest.MonkeyPatch) -> None:
433433
# with pytest.raises(pw_exceptions.StickError):
434434
await stick.initialize()
435435

436-
await asyncio.sleep(2)
436+
await asyncio.sleep(0.2)
437437
await stick.plus_pair_request("0098765432101234")
438-
await asyncio.sleep(2)
438+
await asyncio.sleep(0.2)
439439

440440
await stick.disconnect()
441441

0 commit comments

Comments
 (0)