From bdd9f015f1654de2c7cafdc4c91cf325a75b4e17 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Mon, 13 Dec 2021 21:21:54 +0800 Subject: [PATCH] [skip ci]Increase timeout for deploy test (#13286) Signed-off-by: zhuwenxing --- .github/workflows/deploy-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-test.yaml b/.github/workflows/deploy-test.yaml index 30a83cb5cd..96b828f24e 100644 --- a/.github/workflows/deploy-test.yaml +++ b/.github/workflows/deploy-test.yaml @@ -42,7 +42,7 @@ jobs: pip install --upgrade protobuf - name: Run deploy test - timeout-minutes: 30 + timeout-minutes: 60 shell: bash working-directory: tests/python_client/deploy run: | @@ -136,7 +136,7 @@ jobs: helm uninstall deploy-testing - name: Seconde Milvus Deployment - timeout-minutes: 20 + timeout-minutes: 60 shell: bash working-directory: tests/python_client/deploy run: |