From e7cb0173b0c3639baaae96673096e96be9b4b2d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Mon, 8 Sep 2025 19:41:38 +0100 Subject: [PATCH] Increase timeout of install os dependencies step (#151931) --- .github/workflows/ci.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1737143afb7..2c510af307a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -517,7 +517,7 @@ jobs: env.HA_SHORT_VERSION }}- - name: Install additional OS dependencies if: steps.cache-venv.outputs.cache-hit != 'true' - timeout-minutes: 5 + timeout-minutes: 10 run: | sudo rm /etc/apt/sources.list.d/microsoft-prod.list sudo apt-get update @@ -579,7 +579,7 @@ jobs: - base steps: - name: Install additional OS dependencies - timeout-minutes: 5 + timeout-minutes: 10 run: | sudo rm /etc/apt/sources.list.d/microsoft-prod.list sudo apt-get update @@ -879,7 +879,7 @@ jobs: name: Split tests for full run steps: - name: Install additional OS dependencies - timeout-minutes: 5 + timeout-minutes: 10 run: | sudo rm /etc/apt/sources.list.d/microsoft-prod.list sudo apt-get update @@ -940,7 +940,7 @@ jobs: Run tests Python ${{ matrix.python-version }} (${{ matrix.group }}) steps: - name: Install additional OS dependencies - timeout-minutes: 5 + timeout-minutes: 10 run: | sudo rm /etc/apt/sources.list.d/microsoft-prod.list sudo apt-get update @@ -1074,7 +1074,7 @@ jobs: Run ${{ matrix.mariadb-group }} tests Python ${{ matrix.python-version }} steps: - name: Install additional OS dependencies - timeout-minutes: 5 + timeout-minutes: 10 run: | sudo rm /etc/apt/sources.list.d/microsoft-prod.list sudo apt-get update @@ -1215,7 +1215,7 @@ jobs: Run ${{ matrix.postgresql-group }} tests Python ${{ matrix.python-version }} steps: - name: Install additional OS dependencies - timeout-minutes: 5 + timeout-minutes: 10 run: | sudo rm /etc/apt/sources.list.d/microsoft-prod.list sudo apt-get update @@ -1377,7 +1377,7 @@ jobs: Run tests Python ${{ matrix.python-version }} (${{ matrix.group }}) steps: - name: Install additional OS dependencies - timeout-minutes: 5 + timeout-minutes: 10 run: | sudo rm /etc/apt/sources.list.d/microsoft-prod.list sudo apt-get update