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