From 03589506832f785b93607679496c95fa8d6cd73b Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Wed, 8 Jun 2022 17:42:06 +0800 Subject: [PATCH] [skip e2e]Decrease the timeout time of second test (#17446) Signed-off-by: zhuwenxing --- .github/workflows/deploy-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-test.yaml b/.github/workflows/deploy-test.yaml index 39f7e3af0d..2fb4d80097 100644 --- a/.github/workflows/deploy-test.yaml +++ b/.github/workflows/deploy-test.yaml @@ -143,7 +143,7 @@ jobs: echo "sleep 120s for the second deployment to be ready" sleep 120s - name: Run second test - timeout-minutes: 60 + timeout-minutes: 15 shell: bash working-directory: tests/python_client/deploy/scripts run: |