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 <pholzing@redhat.com>
This commit is contained in:
parent
bdc195d641
commit
6ee51c5e4f
|
|
@ -795,7 +795,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: 35m
|
timeout_in: 45m
|
||||||
env:
|
env:
|
||||||
<<: *mac_env
|
<<: *mac_env
|
||||||
DISTRO_NV: "darwin"
|
DISTRO_NV: "darwin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue