be more aggressive in trying to talk to the API daemon

This commit is contained in:
Jude Nelson
2017-05-09 18:31:01 -04:00
parent a2366243ff
commit ec07ae9f97

View File

@@ -4382,7 +4382,7 @@ def local_api_start_wait( api_host='localhost', api_port=DEFAULT_API_PORT, confi
# ping it
running = False
for i in range(1, 4):
for i in range(1, 10):
log.debug("Attempt {} to ping API server".format(i))
try:
local_proxy = local_api_connect(api_host=api_host, api_port=api_port, config_path=config_path)