This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch release-v0.17
in repository 
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/release-v0.17 by this push:
     new de0c42c  adjust deploy test timeout (#161)
de0c42c is described below

commit de0c42cb34b4cb4551d98b6060b875eae70cc19e
Author: ZhangNing10 <[email protected]>
AuthorDate: Tue Jul 18 21:58:23 2023 +0800

    adjust deploy test timeout (#161)
    
    * adjust deploy test timeout
    
    * adjust the timeout more
---
 .github/workflows/deploy-test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy-test.yml 
b/.github/workflows/deploy-test.yml
index be3ff5c..e154c30 100644
--- a/.github/workflows/deploy-test.yml
+++ b/.github/workflows/deploy-test.yml
@@ -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 300s 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 \
@@ -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=""

Reply via email to