Skip to content

Commit

Permalink
Merge pull request #53 from cloudscale-ch/denis/ping-experiment
Browse files Browse the repository at this point in the history
Try IPv6 ping longer and more often
  • Loading branch information
href authored Sep 23, 2024
2 parents 68c73e6 + bd6bdae commit 67ce41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def create_host(self, timeout):
# address. A DNS lookup is used for it, to not hard-code the
# address. The DNS lookup is usually done via IPv4 on the host.
ipv6_address = self.resolve('api.cloudscale.ch', version=6)[0]
self.ping(ipv6_address, tries=2, wait=5)
self.ping(ipv6_address, tries=10, wait=2)

@with_trigger('server.wait-for-cloud-init')
def wait_for_cloud_init(self, host, timeout):
Expand Down

0 comments on commit 67ce41d

Please sign in to comment.