Skip to content

Commit

Permalink
Fix ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Jan 13, 2024
1 parent 130f0fd commit 71213e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sky/provision/provisioner.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def wait_for_ssh(cluster_info: provision_common.ClusterInfo,
ssh_port = ssh_ports.popleft()
if not waiter(ip, ssh_port, **ssh_credentials):
ips.append(ip)
ssh_ports.append(ssh_port)
if time.time() - start > timeout:
with ux_utils.print_exception_no_traceback():
raise RuntimeError(
Expand Down

0 comments on commit 71213e5

Please sign in to comment.