diff --git a/.github/workflows/deploy-test.yaml b/.github/workflows/deploy-test.yaml index d8c2ac6ec3..0785b65ed5 100644 --- a/.github/workflows/deploy-test.yaml +++ b/.github/workflows/deploy-test.yaml @@ -91,7 +91,7 @@ jobs: pip install --upgrade protobuf - name: First Milvus Deployment - timeout-minutes: 15 + timeout-minutes: 60 shell: bash working-directory: tests/python_client/deploy run: | @@ -117,6 +117,7 @@ jobs: # uninstall milvus + if [[ $(date +%w) -eq 0 || $(data +%w) -eq 6 ]]; then sleep 1800s; fi helm uninstall deploy-testing - name: Seconde Milvus Deployment