Skip to content

Commit c5d9fa2

Browse files
committed
test: mock server 存活 120s→600s
bash 版全套 e2e 约 4 分钟,server 在 120s 自杀导致后半段 10 个 mock 依赖测试连坐失败(device-write/x-app/golden/PlanConfirm/ SubAgent-fork-ctx/stats-speed 等)
1 parent 9ab6b9b commit c5d9fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fixtures/mock_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1703,5 +1703,5 @@ def do_GET(self):
17031703
t.daemon = True
17041704
t.start()
17051705
import time
1706-
time.sleep(120)
1706+
time.sleep(600)
17071707
httpd.shutdown()

0 commit comments

Comments
 (0)