From d19fdbb98acbb99d353529e2ddbaffaa9c000e13 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 12 Feb 2025 19:30:26 +0100 Subject: [PATCH] cirrus: bump timeout for macos/win machine tests They really should not take that long, however they timeout out more often then they pass so let's give this is a try. I have some hopes that the new worker pool from Adrian might perform better. Signed-off-by: Paul Holzinger --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9ffd27322f..475a632ceb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -775,7 +775,7 @@ podman_machine_windows_task: <<: *windows type: m5zn.metal platform: windows - timeout_in: 45m + timeout_in: 60m env: *winenv matrix: - env: @@ -798,7 +798,7 @@ podman_machine_mac_task: skip: *skip_rhel_release depends_on: *build persistent_worker: *mac_pw - timeout_in: 45m + timeout_in: 60m env: <<: *mac_env DISTRO_NV: "darwin"