From 50a206dade550ad50c4b14a4c458588b70c7a45f Mon Sep 17 00:00:00 2001 From: xxm Date: Wed, 26 Aug 2026 00:17:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20review=5Fneeded=5Fwatchdog=20timeout=201?= =?UTF-8?q?20=E2=86=92180(=E7=A7=AF=E5=8E=8B=E5=8D=A1t=5Fde0d60f2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/review_needed_watchdog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/profile-scripts/review_needed_watchdog.py b/deploy/profile-scripts/review_needed_watchdog.py index 92c7f6ef..c7e2b624 100644 --- a/deploy/profile-scripts/review_needed_watchdog.py +++ b/deploy/profile-scripts/review_needed_watchdog.py @@ -81,7 +81,7 @@ def main(): import subprocess r = subprocess.run( [sys.executable, "/home/hmo/MoFin/deploy/profile-scripts/per_stock_reassess.py", code], - capture_output=True, text=True, timeout=120 + capture_output=True, text=True, timeout=180 # 2026-08-25 120→180(积压卡t_de0d60f2: LLM重评60-100s,120偶发不够) ) out = (r.stdout or "") + (r.stderr or "") print(f" {out[:200]}")