diff --git a/deployability/modules/allocation/allocation.py b/deployability/modules/allocation/allocation.py index 1818aa8633..802da474b6 100755 --- a/deployability/modules/allocation/allocation.py +++ b/deployability/modules/allocation/allocation.py @@ -188,7 +188,7 @@ def __generate_track_file(instance: Instance, provider_name: str, track_path: P return track_path @staticmethod - def __check_connection(inventory: models.InventoryOutput, attempts=15, sleep=60) -> None: + def __check_connection(inventory: models.InventoryOutput, attempts=30, sleep=30) -> None: """ Checks if the ssh connection is successful.