Skip to content

Commit 731ef3f

Browse files
committed
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 <[email protected]>
1 parent 07e5367 commit 731ef3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ podman_machine_windows_task:
775775
<<: *windows
776776
type: m5zn.metal
777777
platform: windows
778-
timeout_in: 45m
778+
timeout_in: 60m
779779
env: *winenv
780780
matrix:
781781
- env:
@@ -798,7 +798,7 @@ podman_machine_mac_task:
798798
skip: *skip_rhel_release
799799
depends_on: *build
800800
persistent_worker: *mac_pw
801-
timeout_in: 45m
801+
timeout_in: 60m
802802
env:
803803
<<: *mac_env
804804
DISTRO_NV: "darwin"

0 commit comments

Comments
 (0)