diff --git a/model/platform/qq_aiocqhttp.py b/model/platform/qq_aiocqhttp.py index 53e245845..ec5f2b57e 100644 --- a/model/platform/qq_aiocqhttp.py +++ b/model/platform/qq_aiocqhttp.py @@ -80,7 +80,7 @@ class AIOCQHTTP(Platform): def run_aiocqhttp(self): if not self.host or not self.port: return - self.bot = CQHttp(use_ws_reverse=True, import_name='aiocqhttp', api_timeout_sec=20) + self.bot = CQHttp(use_ws_reverse=True, import_name='aiocqhttp', api_timeout_sec=180) @self.bot.on_message('group') async def group(event: Event): abm = self.convert_message(event)