From b4014834a91185ba2e6108bf2b4992ef695aaf28 Mon Sep 17 00:00:00 2001 From: Zhang Yulong <35552275+ZhangYulongg@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:19:21 +0800 Subject: [PATCH] Extend sleep time to 10 seconds in switch_service (#4618) Increase sleep duration before switching services. --- tests/ce/deploy/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ce/deploy/deploy.py b/tests/ce/deploy/deploy.py index 5ccac8106..876435f6a 100644 --- a/tests/ce/deploy/deploy.py +++ b/tests/ce/deploy/deploy.py @@ -299,7 +299,7 @@ def switch_service(): """切换模型服务""" # kill掉已有服务 stop_server() - time.sleep(2) + time.sleep(10) try: base_config = DEFAULT_PARAMS