fix: review_needed_watchdog timeout 120→180(积压卡t_de0d60f2)
This commit is contained in:
@@ -81,7 +81,7 @@ def main():
|
|||||||
import subprocess
|
import subprocess
|
||||||
r = subprocess.run(
|
r = subprocess.run(
|
||||||
[sys.executable, "/home/hmo/MoFin/deploy/profile-scripts/per_stock_reassess.py", code],
|
[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 "")
|
out = (r.stdout or "") + (r.stderr or "")
|
||||||
print(f" {out[:200]}")
|
print(f" {out[:200]}")
|
||||||
|
|||||||
Reference in New Issue
Block a user