From 523efca0acab0cc6f202182596abcdba89d73bf3 Mon Sep 17 00:00:00 2001 From: zk Date: Thu, 25 Jun 2026 17:50:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9test=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client-api/Jenkinsfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-api/Jenkinsfile.test b/client-api/Jenkinsfile.test index bd01853..7871c35 100644 --- a/client-api/Jenkinsfile.test +++ b/client-api/Jenkinsfile.test @@ -112,7 +112,7 @@ pipeline { sh "${SSH_CMD} 'docker rm -f ${CONTAINER_PREFIX}-${env.DEPLOY_TARGET}'" } sh "${SSH_CMD} 'cd ${REMOTE_DIR} && docker compose up -d ${env.DEPLOY_TARGET}'" - sh 'sleep 35' + sh 'sleep 70' } } }