From 754ef1f5ba347603cd2edd2d4659bc7bf978ff31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 3 Nov 2025 21:51:47 +0100 Subject: [PATCH] Increase timeout --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6427fe..8b4b560 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -377,7 +377,7 @@ jobs: cxxstd: "11,14,17,20,2b" os: macos-15 - timeout-minutes: 180 + timeout-minutes: 240 runs-on: ${{matrix.os}} container: ${{matrix.container}} @@ -607,7 +607,7 @@ jobs: addrmd: 64 os: windows-2025 - timeout-minutes: 180 + timeout-minutes: 240 runs-on: ${{matrix.os}} steps: