mirror of
https://github.com/containers/podman.git
synced 2025-08-24 01:50:58 +08:00
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:
@ -775,7 +775,7 @@ podman_machine_windows_task:
|
|||||||
<<: *windows
|
<<: *windows
|
||||||
type: m5zn.metal
|
type: m5zn.metal
|
||||||
platform: windows
|
platform: windows
|
||||||
timeout_in: 45m
|
timeout_in: 60m
|
||||||
env: *winenv
|
env: *winenv
|
||||||
matrix:
|
matrix:
|
||||||
- env:
|
- env:
|
||||||
@ -798,7 +798,7 @@ podman_machine_mac_task:
|
|||||||
skip: *skip_rhel_release
|
skip: *skip_rhel_release
|
||||||
depends_on: *build
|
depends_on: *build
|
||||||
persistent_worker: *mac_pw
|
persistent_worker: *mac_pw
|
||||||
timeout_in: 45m
|
timeout_in: 60m
|
||||||
env:
|
env:
|
||||||
<<: *mac_env
|
<<: *mac_env
|
||||||
DISTRO_NV: "darwin"
|
DISTRO_NV: "darwin"
|
||||||
|
Reference in New Issue
Block a user