mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
wait longer?
This commit is contained in:
parent
226f044a6b
commit
c4265bd3b2
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ class ACMEServer:
|
|||
# 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=300)
|
||||
self.acme_xdist['directory_url'], attempts=600)
|
||||
|
||||
if not self._dns_server:
|
||||
# Configure challtestsrv to answer any A record request with ip of the docker host.
|
||||
|
|
|
|||
Loading…
Reference in a new issue