mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
tests: inc initial sleep
This commit is contained in:
parent
96ad8d8ed9
commit
7ef1192fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue