lpcmanager

66ee29c1b7ba
Parents 0a4cd3cc99d4
Children 307339f877be
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):