qcomgpsd: retry quectel setup (#30632)

old-commit-hash: 2f2b9c782e
This commit is contained in:
Adeeb Shihadeh
2023-12-06 20:56:20 -08:00
committed by GitHub
parent 5fbf86a4d9
commit e59a830852

View File

@@ -147,6 +147,7 @@ def inject_assistance():
subprocess.check_output(cmd, stderr=subprocess.PIPE, shell=True)
cloudlog.info("successfully loaded assistance data")
@retry(attempts=5, delay=1.0)
def setup_quectel(diag: ModemDiag) -> bool:
ret = False