mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
cirrus: bump linux machine aarch64 test timeout
Bump the timeout to 60 minutes. We already bumped to 40 minutes a while ago in commit623cb5fbut it seems this is not enough. The x86_64 test needs only 25 minutes so I am confused why aarch64 got so much slower, they used to be around the same time. Of course our tests should not take that long so we really need to figure out what is actually causing this slow down. Looking at logs a test that boots and stops a VM takes 30s on x86_64 while it takes 50s on aarch64. However at the same time the aarch64 test on the macs with libkrun and applehv are quite fast (15-17m) so it seems unlikely to me that it is something inside the aarch64 machine image that causes but rather related to the host side. Signed-off-by: Paul Holzinger <pholzing@redhat.com> (cherry picked from commit938d677ad9) Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
d1cf366b0f
commit
f13de01b6d
1 changed files with 1 additions and 1 deletions
|
|
@ -810,7 +810,7 @@ podman_machine_aarch64_task:
|
|||
depends_on: *build
|
||||
ec2_instance:
|
||||
<<: *standard_build_ec2_aarch64
|
||||
timeout_in: 40m
|
||||
timeout_in: 60m
|
||||
env:
|
||||
TEST_FLAVOR: "machine-linux"
|
||||
TEST_BUILD_TAGS: ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue