1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Increase the join connect timeout

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi 2016-06-14 10:14:13 -07:00
parent 32f18616c7
commit 499e3a45b1

View file

@ -28,7 +28,7 @@ import (
const swarmDirName = "swarm"
const controlSocket = "control.sock"
const swarmConnectTimeout = 5 * time.Second
const swarmConnectTimeout = 10 * time.Second
const stateFile = "docker-state.json"
const (