You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: