mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Wait 5 minutes for boulder to start. (#7864)
This commit is contained in:
parent
e4a0edc7af
commit
6df90d17ae
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ class ACMEServer(object):
|
|||
|
||||
# Wait for the ACME CA server to be up.
|
||||
print('=> Waiting for boulder instance to respond...')
|
||||
misc.check_until_timeout(self.acme_xdist['directory_url'], attempts=240)
|
||||
misc.check_until_timeout(self.acme_xdist['directory_url'], attempts=300)
|
||||
|
||||
# Configure challtestsrv to answer any A record request with ip of the docker host.
|
||||
response = requests.post('http://localhost:{0}/set-default-ipv4'.format(CHALLTESTSRV_PORT),
|
||||
|
|
|
|||
Loading…
Reference in a new issue