]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/linux: give more time for `apt-get install`
authorViktor Szakats <commit@vsz.me>
Wed, 17 Jun 2026 12:56:45 +0000 (14:56 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 17 Jun 2026 13:16:19 +0000 (15:16 +0200)
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

index 9eddb0c1749938227f9ed32c177479e79fe13595..60553f796a782f56ee6131bb49d0ad532181dc2f 100644 (file)
@@ -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: >-