Fix timing issue on zookeeper failure test

Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
Alexandre Beslic 2015-10-15 08:52:00 -07:00
parent bef2892cee
commit 755e68b5cf
1 changed files with 2 additions and 2 deletions

View File

@ -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
}