Skip to content

Commit

Permalink
Improve tests: Increased the time for waiting of the message;
Browse files Browse the repository at this point in the history
  • Loading branch information
mitu committed Nov 23, 2020
1 parent 5447f1c commit afe79bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gmqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Mikhail Turchunovich",
"Elena Nikolaichik"
]
__version__ = "0.6.8"
__version__ = "0.6.9"


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion tests/test_mqtt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,5 +480,5 @@ async def test_reconnection_with_failure(init_clients):

# Check aclient is still working after reconnection
aclient.publish(TOPICS[0], b"test")
await asyncio.sleep(1)
await asyncio.sleep(5)
assert len(callback2.messages) == 1

0 comments on commit afe79bf

Please sign in to comment.