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