From 39ba8b5714a221669c4c509375ad16eac9edba30 Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Fri, 30 Jan 2026 18:05:58 +0100 Subject: [PATCH] Increase cibuild timeout --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba38298..9106048 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ env: jobs: build-and-test: name: Build, Test and Package - timeout-minutes: 20 + timeout-minutes: 60 strategy: fail-fast: false matrix: