From d0009f012b6e527a2a16b597e45a1ede69dad5ec Mon Sep 17 00:00:00 2001 From: Yuzviak Date: Thu, 2 Apr 2026 17:11:31 +0300 Subject: [PATCH] fix(ci): remove --timeout flag (pytest-timeout not in dev deps) Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77886e9..3461f06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,8 +60,7 @@ jobs: python -m pytest tests/ \ --ignore=tests/test_sitl_integration.py \ -q \ - --tb=short \ - --timeout=60 + --tb=short # --------------------------------------------------------------------------- # Docker build smoke test — verify image builds successfully