Skip to content

Commit 61fb708

Browse files
ci: align cd timeout with ci timeout (docarray#831)
Signed-off-by: Johannes Messner <messnerjo@gmail.com> Signed-off-by: Johannes Messner <messnerjo@gmail.com>
1 parent e2d4d19 commit 61fb708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
pytest --suppress-no-test-exit-code --cov=docarray --cov-report=xml \
6060
-v -s -m "not gpu" ${{ matrix.test-path }}
6161
echo "codecov_flag=docarray" >> $GITHUB_OUTPUT
62-
timeout-minutes: 45
62+
timeout-minutes: 60
6363
env:
6464
JINA_AUTH_TOKEN: "${{ secrets.JINA_AUTH_TOKEN }}"
6565
- name: Check codecov file
@@ -110,7 +110,7 @@ jobs:
110110
pytest --suppress-no-test-exit-code --cov=docarray --cov-report=xml \
111111
-v -s -m "not gpu" ${{ matrix.test-path }}
112112
echo "::set-output name=codecov_flag::docarray"
113-
timeout-minutes: 30
113+
timeout-minutes: 60
114114
env:
115115
JINA_AUTH_TOKEN: "${{ secrets.JINA_AUTH_TOKEN }}"
116116
- name: Check codecov file

0 commit comments

Comments
 (0)