extend timeout

pull/427/head
simon 1 year ago
parent 1b5a810520
commit d73a131616
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -75,7 +75,7 @@ class Command(BaseCommand):
self.stdout.write("[3] connect to Elastic Search")
total = self.TIMEOUT // 5
for i in range(total):
sleep(2)
sleep(5)
self.stdout.write(f" ... waiting for ES [{i}/{total}]")
try:
_, status_code = ElasticWrap("/").get(

Loading…
Cancel
Save