Skip to content

Commit

Permalink
timeout coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Nov 4, 2024
1 parent cf89dd9 commit e0220aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
test:
timeout-minutes: 30
timeout-minutes: 50
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# python -m pytest -c py3pytest.ini -vvvsss test/
- name: Test with pytest and coverage
if: ${{ matrix.python-version == env.PYTHON_COVERAGE }}
timeout-minutes: 29
timeout-minutes: 49
run: |
pip list
python --version
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ pytest
pytest-mccabe
pytest-random
mock
pytest-cov < 6.0.0
pytest-cov
pytest-asyncio
flake8
pydocstyle
pylint
coverage

0 comments on commit e0220aa

Please sign in to comment.