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)