0712e5b08c
v6.1.3 distribute run (#28579791121) failed all 4 jobs (Homebrew, AUR, Docker Hub, WinGet) because the build workflow took >12 minutes to publish the GitHub release with binary assets, but the distribute workflows only waited 10 minutes (30 iterations x 20s). The race: - Build workflow runs in parallel with Distribute workflow (no `needs:`) - Distribute polls for the .deb/.dmg/.exe assets at the release URL - Old 10-minute hard timeout was tuned for ~5 minute builds - Modern builds (Windows, sanitizers, full Qt) routinely take 20-30 min Bump all 5 wait loops (Docker Hub, AUR, Homebrew, Chocolatey, WinGet) from 30 to 90 iterations, total 30 minutes, and update the error messages to reflect the new timeout. Error messages also gained the "after 30 minutes" suffix for consistency. No change to the trigger conditions or job logic — only the timeout. This is a workflow-only change; no source or CI matrix changes.