Allow more retries for node validation.

Signed-off-by: Dong Chen <dongluo.chen@docker.com>
This commit is contained in:
Dong Chen 2016-01-29 13:26:42 -08:00
parent 1fa6cd9c55
commit 388b7b132f
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ function swarm_manage() {
discovery_check_swarm_info "${#HOSTS[@]}" "${SWARM_HOSTS[$i]}"
# All nodes passes pending state
retry 5 1 nodes_validated
retry 15 1 nodes_validated
}
# Start the swarm manager in background.