tests: inc initial sleep

This commit is contained in:
Oleg A 2022-09-21 22:48:51 +03:00
parent 96ad8d8ed9
commit 7ef1192fb0
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

@ -22,7 +22,7 @@ logger = logging.getLogger(__name__)
class TestChatActionSender:
initial_sleep = 0.5
initial_sleep = 1.0
async def test_wait_with_event(self, bot: Bot, loop: asyncio.BaseEventLoop):
sender = ChatActionSender.typing(bot=bot, chat_id=42)