Adding Extra delay after firmware upgrade to make AP connect to gateway

This commit is contained in:
Shivam Thakur
2022-02-04 22:19:58 +05:30
committed by GitHub
parent cc19b567c7
commit ff9f2b958b

View File

@@ -169,7 +169,7 @@ class Fixtures_2x:
self.fw_client.upgrade_firmware(serial=ap['serial'], url=str(firmware['uri']))
# wait for 300 seconds after firmware upgrade
print("waiting for 300 Sec for Firmware Upgrade")
time.sleep(300)
time.sleep(500)
# check the current AP Revision again
ap_version = ap_ssh.get_ap_version_ucentral()