test: block external requests in CI and set default 10s timeout per test

This commit is contained in:
Lucas Gomide
2025-04-29 18:17:59 -03:00
parent 133e5892b9
commit 7b903414cd

View File

@@ -31,4 +31,4 @@ jobs:
run: uv sync --dev --all-extras
- name: Run tests
run: uv run pytest tests -vv
run: uv run pytest --block-network --timeout=10 -vv