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
This commit is contained in:
Viktor Szakats 2026-06-17 14:56:45 +02:00
parent 766969be39
commit e8b76773af
No known key found for this signature in database

View 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: >-