We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d4d19 commit 61fb708Copy full SHA for 61fb708
.github/workflows/cd.yml
@@ -59,7 +59,7 @@ jobs:
59
pytest --suppress-no-test-exit-code --cov=docarray --cov-report=xml \
60
-v -s -m "not gpu" ${{ matrix.test-path }}
61
echo "codecov_flag=docarray" >> $GITHUB_OUTPUT
62
- timeout-minutes: 45
+ timeout-minutes: 60
63
env:
64
JINA_AUTH_TOKEN: "${{ secrets.JINA_AUTH_TOKEN }}"
65
- name: Check codecov file
@@ -110,7 +110,7 @@ jobs:
110
111
112
echo "::set-output name=codecov_flag::docarray"
113
- timeout-minutes: 30
114
115
116
0 commit comments