From e8b76773af5bb14338033df8d4cf179732233cd4 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 17 Jun 2026 14:56:45 +0200 Subject: [PATCH] GHA/linux: give more time for `apt-get install` 3 minutes (was: 2). IIn the hope it fixes timeouts, assuming the Ubuntu mirrors are only somewhat slower sometimes (and not completely stalled). Closes #22068 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9eddb0c174..60553f796a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -455,7 +455,7 @@ jobs: steps: - name: 'install prereqs' if: ${{ matrix.build.container == null && !contains(matrix.build.name, 'i686') }} - timeout-minutes: 2 + timeout-minutes: 3 env: INSTALL_PACKAGES_BREW: '${{ matrix.build.install_steps_brew }}' INSTALL_PACKAGES: >-