Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting contaier id occasionally failes #23

Open
eranco74 opened this issue Jun 26, 2017 · 0 comments
Open

Getting contaier id occasionally failes #23

eranco74 opened this issue Jun 26, 2017 · 0 comments

Comments

@eranco74
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant