wolfssl/.github/actions
Juliusz Sosinowicz 88e40d52df CI: give pq-all an apt budget that matches its job
pq-all is the only caller whose packages are not a subset of its
bundle: crossbuild-essential-* appear only in the 22.04 lists, and the
offline install is all-or-nothing, so it always takes the apt path -
the one the 45-minute timeout was widened for. The default budget caps
each install attempt at 250s and hard-fails a merely slow download.

Also state the real budget-seconds arithmetic: the loop overshoots by
retry-delay plus the SIGKILL grace, the floors make small values inert,
and the defaults need ~16 minutes rather than the 15 claimed.
2026-08-24 12:11:46 +00:00
..
ccache-setup CI: bound the ccache-setup apt fallback 2026-08-24 12:11:46 +00:00
install-apt-deps CI: give pq-all an apt budget that matches its job 2026-08-24 12:11:46 +00:00
install-arduino-core
wait-for-smoke