diff --git a/pyghmi/redfish/oem/lenovo/xcc3.py b/pyghmi/redfish/oem/lenovo/xcc3.py index 9ee5851f..8b0f3737 100644 --- a/pyghmi/redfish/oem/lenovo/xcc3.py +++ b/pyghmi/redfish/oem/lenovo/xcc3.py @@ -1152,7 +1152,10 @@ class OEMHandler(generic.OEMHandler): pendingscm = None if pendinghpm == '*': pendinghpm = None + oldtimeout = fishclient.wc.mytimeout + fishclient.wc.mytimeout = 120 fwlist = fishclient._do_web_request(fishclient._fwinventory + '?$expand=.') + fishclient.wc.mytimeout = oldtimeout fwlist = copy.deepcopy(fwlist.get('Members', [])) self._fwnamemap = {} for redres in fwlist: