Skip to content

Commit

Permalink
adjust the timeout more
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangNing10 committed Jul 18, 2023
1 parent 311d69e commit 13af5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install mysql bitnami/mysql --set auth.rootPassword=admin --set auth.database=lake --set auth.username=merico --set auth.password=merico
# external mysql at service: mysql
helm install --wait --timeout 400s deploy-test charts/devlake \
helm install --wait --timeout 600s deploy-test charts/devlake \
--set service.uiPort=30000 \
--set mysql.useExternal=true \
--set mysql.externalServer=mysql \
Expand All @@ -76,7 +76,7 @@ jobs:
run: |
export NODE_IP=$(kubectl get nodes --namespace default -o jsonpath="{.items[0].status.addresses[0].address}")
echo Node IP: ${NODE_IP}
helm install --wait --timeout 300s deploy-test charts/devlake \
helm install --wait --timeout 600s deploy-test charts/devlake \
--set service.uiPort=30000 \
--set mysql.image.tag=8-debian \
--set option.localtime=""
Expand Down

0 comments on commit 13af5e4

Please sign in to comment.