mirror of https://github.com/docker/docs.git
Fix timing issue on zookeeper failure test
Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
parent
bef2892cee
commit
755e68b5cf
|
@ -105,6 +105,6 @@ function teardown() {
|
|||
start_store
|
||||
|
||||
# After a while, `join` and `manage` should reach the store.
|
||||
retry 10 1 discovery_check_swarm_list "$DISCOVERY"
|
||||
retry 10 1 discovery_check_swarm_info
|
||||
retry 20 1 discovery_check_swarm_list "$DISCOVERY"
|
||||
retry 20 1 discovery_check_swarm_info
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue