From b44312dfe3829e1088d02ea23a9a45087873ecc5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 29 Mar 2024 08:28:45 -0700 Subject: [PATCH] Reduce longer timeout for aarch64 Well, the longer timeout isn't really helping. The aarch64 builds just fail a lot and I don't really know why. Drop it to 4500, as I really did see it take 4000 seconds on one successful manual attempt... Signed-off-by: Adam Williamson --- createhdds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createhdds.py b/createhdds.py index 5bc3ed0..60ebf63 100755 --- a/createhdds.py +++ b/createhdds.py @@ -301,7 +301,7 @@ class VirtInstallImage(object): if arch == "aarch64": # desktop images take quite a while to build on aarch64, # particularly on the slower worker on stg - timeout = 7200 + timeout = 4500 variant = self.variant # From F31 onwards, Workstation tree is not installable and we