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

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


The following commit(s) were added to refs/heads/main by this push:
     new cfeeadc1c MINIFICPP-2855 Increase Windows build job timeout (#2206)
cfeeadc1c is described below

commit cfeeadc1c05c90c9b0430625ad8b52837a29b9ab
Author: Gabor Gyimesi <[email protected]>
AuthorDate: Mon Jun 29 12:58:57 2026 +0200

    MINIFICPP-2855 Increase Windows build job timeout (#2206)
    
    Until we can optimize the build time of the Windows job increase the 
timeout temporarily for a proper CI feedback.
---
 .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 c1d5f8896..221aa9fe2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
   windows_VS2022:
     name: "Windows Server 2025 x86_64"
     runs-on: windows-2025
-    timeout-minutes: 240
+    timeout-minutes: 300
     env:
       WINDOWS_MINIFI_OPTIONS: >-
         -DCMAKE_BUILD_TYPE=Release

Reply via email to