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]}")