mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-21 23:03:08 +00:00
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 <awilliam@redhat.com>
This commit is contained in:
parent
f96e2991fe
commit
b44312dfe3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user