This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 7ba33a742c NIFI-11698 Changed GitHub MacOS and Windows timeouts to 150
mins
7ba33a742c is described below
commit 7ba33a742c7e1fbe2ed114e43b0c74e33d594f18
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]>
---
.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 915d5b31c3..19fe5bd3d3 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 17 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 11 FR
steps: