mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 12:00:48 +02:00
611bf688f8
A single stalled apt mirror connection hung the ubuntu-24.04-full / ubuntu-22.04-full download for ~20 min (they normally finish in a few), tripping the 20-min job timeout and leaving those tags stale. The per-package retry() only re-runs on a non-zero exit, so a hang never tripped it. - apt drops a stalled connection after 30s and retries it (Acquire::http/https::Timeout, Acquire::Retries). - each apt-get is wrapped in `timeout` so a wedged process is hard-killed and retry() re-runs it from scratch. - raise the build job timeout 20 -> 60 min as a final backstop.