From 499a3b3b6c1075441cb5bbc2cacbce929d91828e Mon Sep 17 00:00:00 2001 From: Johannes Messner Date: Tue, 22 Nov 2022 16:21:36 +0100 Subject: [PATCH] ci: align cd timeout with ci timeout Signed-off-by: Johannes Messner --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e4ee4f13e8c..64f2debacbd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -59,7 +59,7 @@ jobs: pytest --suppress-no-test-exit-code --cov=docarray --cov-report=xml \ -v -s -m "not gpu" ${{ matrix.test-path }} echo "codecov_flag=docarray" >> $GITHUB_OUTPUT - timeout-minutes: 45 + timeout-minutes: 60 env: JINA_AUTH_TOKEN: "${{ secrets.JINA_AUTH_TOKEN }}" - name: Check codecov file @@ -110,7 +110,7 @@ jobs: pytest --suppress-no-test-exit-code --cov=docarray --cov-report=xml \ -v -s -m "not gpu" ${{ matrix.test-path }} echo "::set-output name=codecov_flag::docarray" - timeout-minutes: 30 + timeout-minutes: 60 env: JINA_AUTH_TOKEN: "${{ secrets.JINA_AUTH_TOKEN }}" - name: Check codecov file