Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2020-03-25 23:28:37 +0300
committerBrad Warren <bmw@eff.org>2020-03-25 23:28:37 +0300
commite8ba9bddedbed06e790990488fb28624f9f75063 (patch)
treea7827df187ee01590f3f23a09915bc55d4b09d88
parent3bfaf41d3df0417a2d58d088af1a893d320aeb55 (diff)
Wait 5 minutes for boulder to start.travis-test-increase-boulder-timeout
-rwxr-xr-xcertbot-ci/certbot_integration_tests/utils/acme_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-ci/certbot_integration_tests/utils/acme_server.py b/certbot-ci/certbot_integration_tests/utils/acme_server.py
index b14bd4a32..4b20d5acc 100755
--- a/certbot-ci/certbot_integration_tests/utils/acme_server.py
+++ b/certbot-ci/certbot_integration_tests/utils/acme_server.py
@@ -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),