From 21b79e9a904d313f0ef5e196a3eeab1bb601fb09 Mon Sep 17 00:00:00 2001 From: morningstarxcdcode <205398826+morningstarxcdcode@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:39:30 +0530 Subject: [PATCH] ci: add Alpine timeout override --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eebbd493cff..2a9a1e47985 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,7 @@ jobs: os: ubuntu-latest container_image: alpine:3.21 host_dmd: ldmd2 + timeout-minutes: 60 # Alpine/musl pushes test_phobos beyond the 40 min default # macOS - job_name: macOS x64 os: macos-14