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 <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-02-12 19:30:26 +01:00
parent 07e53673f6
commit d19fdbb98a

View File

@ -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"