mirror of
https://github.com/moby/moby.git
synced 2026-08-09 17:39:58 +00:00
Poll instead of inspecting once. Swarm network creation can return before the newly created network is visible to a following inspect by name. The test asserted immediately and could fail with: ``` Error response from daemon: network test-scoped-network not found ``` Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>