Skip to content

Commit

Permalink
Reduced the sleep time and increased the attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bordon committed Apr 17, 2024
1 parent 1ffd41c commit 7170ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployability/modules/allocation/allocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7170ffc

Please sign in to comment.