mirror of
https://github.com/moby/moby.git
synced 2026-06-30 19:58:03 +00:00
These were the only two jobs running directly via `runs-on:` that did not have a `timeout-minutes` guardrail. Add 120 minutes as a starting point to prevent runaway jobs, matching the existing convention used elsewhere in the workflows. Tuning each job's timeout to its usual runtime is left as a follow-up, as suggested in the issue. Signed-off-by: Takumi Akasaka <takumiakasaka1231@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>