From e0220aaf8e9f820b6700063fde0cd6710984857c Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Mon, 4 Nov 2024 08:37:18 +0000 Subject: [PATCH] timeout coverage --- .github/workflows/ci.yaml | 4 ++-- requirements/test.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 157f079fa..262e81ed9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ on: [push] jobs: test: - timeout-minutes: 30 + timeout-minutes: 50 runs-on: ${{ matrix.os }} strategy: matrix: @@ -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 diff --git a/requirements/test.txt b/requirements/test.txt index 077a67b0c..f9b349960 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,8 +5,9 @@ pytest pytest-mccabe pytest-random mock -pytest-cov < 6.0.0 +pytest-cov pytest-asyncio flake8 pydocstyle pylint +coverage \ No newline at end of file