From 7ef1192fb019e03fe845b3382a2fd6ed93b0ed71 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Wed, 21 Sep 2022 22:48:51 +0300 Subject: [PATCH] tests: inc initial 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 23567004..72cd48e4 100644 --- a/tests/test_utils/test_chat_action.py +++ b/tests/test_utils/test_chat_action.py @@ -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)