Skip to content

Getting contaier id occasionally failes #23

@eranco74

Description

@eranco74

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions