From 5979f86cf7475699ba9e19dd78d42cefe11b7d55 Mon Sep 17 00:00:00 2001 From: Matthias Goerner <1239022+unhyperbolic@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:01:11 -0700 Subject: [PATCH] Cirrus ARM Mac OS CI: Specifying time out. --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index e0e7f1cc..cd920385 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -25,3 +25,4 @@ cirrus_wheels_macos_arm64_task: - pipx run cibuildwheel --output-dir wheelhouse wheels_artifacts: path: "wheelhouse/*" + timeout_in: 90m