NIFI-11698 Changed GitHub MacOS and Windows timeouts to 150 mins

This closes #7386

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Paul Grey 2023-06-15 16:46:11 -04:00 committed by exceptionfactory
parent 6b19ab8eaa
commit 7ba33a742c
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 2 additions and 2 deletions

View File

@ -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: