diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e85df0ba4dd..13ff8ea12e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -842,7 +842,6 @@ jobs: python3 -X dev -m pytest \ -qq \ --timeout=9 \ - --durations=10 \ -n auto \ --cov="homeassistant.components.${{ matrix.group }}" \ --cov-report=xml \ @@ -950,8 +949,7 @@ jobs: --cov-report=xml \ --cov-report=term-missing \ -o console_output_style=count \ - --durations=0 \ - --durations-min=10 \ + --durations=10 \ -p no:sugar \ --dburl=mysql://root:password@127.0.0.1/homeassistant-test \ tests/components/recorder