From 1e63f34c363131cbbb3bbe3c811d192439951067 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Wed, 21 Sep 2022 08:20:33 +0300 Subject: [PATCH] tests: increase sleep --- tests/test_utils/test_chat_action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils/test_chat_action.py b/tests/test_utils/test_chat_action.py index fc76fcbe..392ac54a 100644 --- a/tests/test_utils/test_chat_action.py +++ b/tests/test_utils/test_chat_action.py @@ -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)