From 171ac11021e1465541a27aa20d7a58551d116399 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 5 Jul 2022 21:40:20 +0000 Subject: [PATCH] Increase max_tries to 31 Allows more time for slow Redfish implementations to get ready --- bootstrap-daemon/pvcbootstrapd/lib/redfish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-daemon/pvcbootstrapd/lib/redfish.py b/bootstrap-daemon/pvcbootstrapd/lib/redfish.py index c83c4b5..8f65dee 100755 --- a/bootstrap-daemon/pvcbootstrapd/lib/redfish.py +++ b/bootstrap-daemon/pvcbootstrapd/lib/redfish.py @@ -86,7 +86,7 @@ class RedfishSession: login_response = None tries = 1 - max_tries = 25 + max_tries = 31 while tries < max_tries: logger.info(f"Trying to log in to Redfish ({tries}/{max_tries - 1})...") try: