From 6ee51c5e4fcc17b86388dba2bcd05b9f0f18b80d Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 20 Jan 2025 18:53:23 +0100 Subject: [PATCH] cirrus: bump macos machine test timeout We see a ton of timeouts in bot the applehv and libkrun machine tests. It seems 35m are no longer enough. I was not able to spot anything that would explain why it increased all of the sudden as such I hope this is enough. Fixes #25057 Signed-off-by: Paul Holzinger --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3d82add4a7..2061952b2b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -795,7 +795,7 @@ podman_machine_mac_task: skip: *skip_rhel_release depends_on: *build persistent_worker: *mac_pw - timeout_in: 35m + timeout_in: 45m env: <<: *mac_env DISTRO_NV: "darwin"