From 3c79d97bd92ec22cc204ff5a08c9b0e5adda12e6 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Fri, 17 Dec 2021 11:04:46 +0000 Subject: [PATCH] ci: increase timeout for macOS tasks --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0a65bc90c..b1849af43 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -119,8 +119,8 @@ task: name: "x86_64: macOS Catalina" macos_instance: image: catalina-base - # As of d4ca81f48e tasks with valgrind enabled take about 60 minutes - timeout_in: 90m + # tasks with valgrind enabled take about 90 minutes + timeout_in: 120m env: HOMEBREW_NO_AUTO_UPDATE: 1 HOMEBREW_NO_INSTALL_CLEANUP: 1