diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9ccd118d..b8177746 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: # --------------------------------------------------------------------------- pytest: runs-on: ubuntu-latest - timeout-minutes: 45 + timeout-minutes: 90 services: postgres: image: postgres:15 @@ -75,7 +75,7 @@ jobs: run: uv pip install --system -r requirements.txt -r requirements-test.txt - name: Run tests - run: python -m pytest -v --tb=short --timeout=120 + run: python -m pytest -v --tb=short --timeout=120 --no-cov --override-ini="addopts=" -p no:cacheprovider --durations=20 validate: runs-on: ubuntu-latest