From 7ebd279e145b41333865f58182678053af2d45d2 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 29 Nov 2022 13:30:26 +0100 Subject: [PATCH] Tweak pytest-durations CI parameters (#82918) --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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