-
Notifications
You must be signed in to change notification settings - Fork 4
Description
File "/usr/lib/python2.7/site-packages/docker_test_tools/environment.py", line 317, in service_checks
return all([self.is_container_ready(name) for name in services])
File "/usr/lib/python2.7/site-packages/docker_test_tools/environment.py", line 287, in is_container_ready
container_id = self.get_container_id(name)
File "/usr/lib/python2.7/site-packages/docker_test_tools/environment.py", line 275, in get_container_id
raise RuntimeError("Failed getting container %s id, reason: %s" % (name, error.output))
RuntimeError: Failed getting container mysql.service.strato id, reason: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).