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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new e47d18fed0 NIFI-11698 Changed GitHub MacOS and Windows timeouts to 150 
mins
e47d18fed0 is described below

commit e47d18fed0915a919cb0bc057c5856a3c7436120
Author: Paul Grey <[email protected]>
AuthorDate: Thu Jun 15 16:46:11 2023 -0400

    NIFI-11698 Changed GitHub MacOS and Windows timeouts to 150 mins
    
    This closes #7386
    
    Signed-off-by: David Handermann <[email protected]>
    (cherry picked from commit 7ba33a742c7e1fbe2ed114e43b0c74e33d594f18)
---
 .github/workflows/ci-workflow.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-workflow.yml 
b/.github/workflows/ci-workflow.yml
index 5c969b5bfc..a2fcf01e92 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -246,7 +246,7 @@ jobs:
         run: df
 
   macos-build-jp:
-    timeout-minutes: 120
+    timeout-minutes: 150
     runs-on: macos-latest
     name: MacOS Temurin JDK 8 JP
     steps:
@@ -309,7 +309,7 @@ jobs:
         run: df
 
   windows-build:
-    timeout-minutes: 120
+    timeout-minutes: 150
     runs-on: windows-latest
     name: Windows Zulu JDK 8 FR
     steps:

Reply via email to