mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 15:22:37 +00:00
test: block external requests in CI and set default 10s timeout per test
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -31,4 +31,4 @@ jobs:
|
|||||||
run: uv sync --dev --all-extras
|
run: uv sync --dev --all-extras
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: uv run pytest tests -vv
|
run: uv run pytest --block-network --timeout=10 -vv
|
||||||
|
|||||||
Reference in New Issue
Block a user