From f13de01b6d64c8ad375143712919f5352eff7058 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 16 Mar 2026 15:38:17 +0100 Subject: [PATCH] cirrus: bump linux machine aarch64 test timeout Bump the timeout to 60 minutes. We already bumped to 40 minutes a while ago in commit 623cb5f but 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 (cherry picked from commit 938d677ad99edf9fbd51accc22195cc23014c5cd) Signed-off-by: Paul Holzinger --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index eaaeed69ef..c7cc5e26d5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: ""