lpcmanager

Parents 4ca82aa3d8cf
Children 8bc93d4df301
FW updater: fix update operation timeout to accomodate new 1GB images.
--- a/HostFirmwareUpdater.py Thu Oct 30 14:45:15 2025 +0100
+++ b/HostFirmwareUpdater.py Thu Dec 18 15:57:46 2025 +0100
@@ -36,7 +36,7 @@
from LPCArch import GetLPCArch
-UPDATE_SCRIPT_TIMEOUT = 600
+UPDATE_SCRIPT_TIMEOUT = 660
class HostFirmwareUpdater(object):