tests: increase sleep

This commit is contained in:
Oleg A 2022-09-21 08:20:33 +03:00
parent f2fc115402
commit 1e63f34c36
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

@ -20,7 +20,7 @@ pytestmarm = pytest.mark.asyncio
class TestChatActionSender:
initial_sleep = 0.2
initial_sleep = 1.0
async def test_wait_with_event(self, bot: Bot, loop: asyncio.BaseEventLoop):
sender = ChatActionSender.typing(bot=bot, chat_id=42)