ci: increased timeout

api-breakage
Morty Space 4 years ago
parent 2e2de2a2b8
commit 76692ea0dd
  1. 2
      .github/workflows/cicd.yml

@ -79,7 +79,7 @@ jobs:
- name: Test docs
run: . activate.sh && cd docs && make doctest && cd ..
- name: Test code
timeout-minutes: 5
timeout-minutes: 10
run: . activate.sh && poetry run pytest -v --cov . --cov-report xml:coverage.xml
- name: Send codeclimate analytics
if: matrix.python-version == '3.10'

Loading…
Cancel
Save