mirror of https://github.com/apache/nifi.git
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:
parent
6b19ab8eaa
commit
7ba33a742c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue