diff --git a/src/command/utils.py b/src/command/utils.py index 988f5ddbb2..bdfc238294 100644 --- a/src/command/utils.py +++ b/src/command/utils.py @@ -246,7 +246,7 @@ def command_gatekeeper( allow_in_others_private_chat: bool = False, allow_in_old_fashioned_groups: bool = False, ignore_tg_lang: bool = False, - timeout: Optional[int] = 60, + timeout: Optional[int] = 120, quiet: bool = False, ): if func is None: