From: Viktor Szakats Date: Wed, 17 Jun 2026 12:56:45 +0000 (+0200) Subject: GHA/linux: give more time for `apt-get install` X-Git-Tag: curl-8_21_0~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8b76773af5bb14338033df8d4cf179732233cd4;p=thirdparty%2Fcurl.git 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 --- 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: >-