This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.4.0-integration-test
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/dev-1.4.0-integration-test by
this push:
new 9f32e8f6a update
9f32e8f6a is described below
commit 9f32e8f6a0c5a312d16667911a9c35bd516da42a
Author: casionone <[email protected]>
AuthorDate: Mon May 29 23:16:23 2023 +0800
update
---
.github/workflows/integration-test2.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/integration-test2.yml
b/.github/workflows/integration-test2.yml
index bcde1e9c2..b122539e8 100644
--- a/.github/workflows/integration-test2.yml
+++ b/.github/workflows/integration-test2.yml
@@ -118,11 +118,11 @@ jobs:
#等待服务启动成功
n=0
sleep 60
- while (($n<5))
+ while (($n<10))
do
kubectl get pods -A
n=$((n+1))
- sleep 10
+ sleep 20
done
#打印日志
#bash ./linkis-dist/helm/scripts/logs-pod.sh cg-linkismanager
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]