longer retries

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2015-12-07 22:04:14 -08:00
parent 4748bb14dd
commit 0bddb0096f
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ function retry() {
# Waits until the given docker engine API becomes reachable.
function wait_until_reachable() {
retry 10 1 docker -H $1 info
retry 15 1 docker -H $1 info
}
# Start the swarm manager in background.