From 3b02867a8d407a64bea19b4cc2e62f73b57fb9e1 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sat, 23 May 2026 07:28:19 +0800 Subject: [PATCH] auto-sync: 2026-05-23 07:28:19 --- tests/test_e2e_v31.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_e2e_v31.py b/tests/test_e2e_v31.py index 60407a7..c459c68 100644 --- a/tests/test_e2e_v31.py +++ b/tests/test_e2e_v31.py @@ -36,7 +36,7 @@ from src.utils import get_data_root API_BASE = "http://localhost:8083" POLL_INTERVAL = 5 # 轮询间隔秒 -MAX_WAIT_DISPATCH = 60 # 等待调度超时(~2个tick) +MAX_WAIT_DISPATCH = 120 # 等待调度超时(~4个tick,给 tick 时序留余量) MAX_WAIT_AGENT = 300 # 等待 Agent 完成超时 E2E_PREFIX = "e2e-v31-" DATA_ROOT = get_data_root()