mirror of https://github.com/xemu-project/xemu.git
.cirrus.yml: bump timeout period for MacOS builds
These seem to trigger timeouts with some regularity. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20201118140739.18377-1-alex.bennee@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
1352d5688d
commit
534f80e1df
|
@ -18,6 +18,7 @@ freebsd_12_task:
|
||||||
- gmake -j$(sysctl -n hw.ncpu) check V=1
|
- gmake -j$(sysctl -n hw.ncpu) check V=1
|
||||||
|
|
||||||
macos_task:
|
macos_task:
|
||||||
|
timeout_in: 90m
|
||||||
osx_instance:
|
osx_instance:
|
||||||
image: catalina-base
|
image: catalina-base
|
||||||
install_script:
|
install_script:
|
||||||
|
@ -32,6 +33,7 @@ macos_task:
|
||||||
- gmake check V=1
|
- gmake check V=1
|
||||||
|
|
||||||
macos_xcode_task:
|
macos_xcode_task:
|
||||||
|
timeout_in: 90m
|
||||||
osx_instance:
|
osx_instance:
|
||||||
# this is an alias for the latest Xcode
|
# this is an alias for the latest Xcode
|
||||||
image: catalina-xcode
|
image: catalina-xcode
|
||||||
|
|
Loading…
Reference in New Issue