Skip to content

Commit

Permalink
change to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanvaidya45 committed Dec 2, 2023
1 parent cfd41ad commit 2b2d20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/backends/cloud_vm_ray_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

# Time gap between retries after failing to provision in all possible places.
# Used only if --retry-until-up is set.
_RETRY_UNTIL_UP_INIT_GAP_SECONDS = 60
_RETRY_UNTIL_UP_INIT_GAP_SECONDS = 30

# The maximum retry count for fetching IP address.
_FETCH_IP_MAX_ATTEMPTS = 3
Expand Down

0 comments on commit 2b2d20d

Please sign in to comment.