fix(ci): remove --timeout flag (pytest-timeout not in dev deps)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Yuzviak
2026-04-02 17:11:31 +03:00
parent dd9835c0cd
commit d0009f012b
+1 -2
View File
@@ -60,8 +60,7 @@ jobs:
python -m pytest tests/ \ python -m pytest tests/ \
--ignore=tests/test_sitl_integration.py \ --ignore=tests/test_sitl_integration.py \
-q \ -q \
--tb=short \ --tb=short
--timeout=60
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Docker build smoke test — verify image builds successfully # Docker build smoke test — verify image builds successfully