summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-11-18 14:07:39 +0000
committerAlex Bennée <alex.bennee@linaro.org>2020-11-23 09:55:25 +0000
commit534f80e1dffbf520bed9bf5fd5ae98de6662e126 (patch)
treea585109df5d6a7331464e2158fb247e67c4d6936
parent1352d5688da004642d3e9e19697802989f2915d7 (diff)
downloadfocaccia-qemu-534f80e1dffbf520bed9bf5fd5ae98de6662e126.tar.gz
focaccia-qemu-534f80e1dffbf520bed9bf5fd5ae98de6662e126.zip
.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>
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f0209b7a3e..08db7c419f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -18,6 +18,7 @@ freebsd_12_task:
     - gmake -j$(sysctl -n hw.ncpu) check V=1
 
 macos_task:
+  timeout_in: 90m
   osx_instance:
     image: catalina-base
   install_script:
@@ -32,6 +33,7 @@ macos_task:
     - gmake check V=1
 
 macos_xcode_task:
+  timeout_in: 90m
   osx_instance:
     # this is an alias for the latest Xcode
     image: catalina-xcode