This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 7c18354a88e5f8d2e9df9d88e932beaadcc1e185
Author: Gabor Gyimesi <[email protected]>
AuthorDate: Wed Feb 25 14:52:45 2026 +0100

    MINIFICPP-2729 Increase timeout for MacOS jobs
    
    Increasing timeout to let the builds finish until we can find a better 
solution to make the builds faster.
    
    Closes #2118
    
    Signed-off-by: Martin Zink <[email protected]>
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6fd0ed556..e177557f2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
   macos_xcode:
     name: "macOS 15 aarch64"
     runs-on: macos-15
-    timeout-minutes: 180
+    timeout-minutes: 240
     env:
       MACOS_MINIFI_OPTIONS: >-
         -DCMAKE_BUILD_TYPE=Release

Reply via email to