From 121450ed657a43848049be3906b4e0c009c96e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 3 Nov 2025 21:50:53 +0100 Subject: [PATCH] Increase timeout value --- .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 1d6da07..82d404a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -412,7 +412,7 @@ jobs: cxxstd: "11,14,17,20,2b" os: macos-15 - timeout-minutes: 180 + timeout-minutes: 240 runs-on: ${{matrix.os}} container: ${{matrix.container}} @@ -642,7 +642,7 @@ jobs: addrmd: 64 os: windows-2025 - timeout-minutes: 180 + timeout-minutes: 240 runs-on: ${{matrix.os}} steps: