test: increase tests timeout on CI

This commit is contained in:
Lucas Gomide
2025-04-29 18:43:12 -03:00
parent e1961dccae
commit b453fd3995

View File

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