From c00a0d9eb00ac6aec7c2465abea1a6d22827dc30 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Tue, 1 Sep 2026 20:49:55 +0800 Subject: [PATCH] =?UTF-8?q?perf(deploy):=20=E5=81=A5=E5=BA=B7=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E8=BD=AE=E8=AF=A2=E9=97=B4=E9=9A=94=E4=BB=8E=205s=20?= =?UTF-8?q?=E9=99=8D=E8=87=B3=203s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更快检测到服务就绪状态 - 减少约 10-20s 的等待时间 --- scripts/ci_staging_healthcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci_staging_healthcheck.sh b/scripts/ci_staging_healthcheck.sh index f8609f956..79c30fa80 100644 --- a/scripts/ci_staging_healthcheck.sh +++ b/scripts/ci_staging_healthcheck.sh @@ -187,7 +187,7 @@ health_check() { return 0 fi - sleep 5 + sleep 3 done # 超时了