From 499e3a45b17eff6d52abe6ba9063fe365415cf08 Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Tue, 14 Jun 2016 10:14:13 -0700 Subject: [PATCH] Increase the join connect timeout Signed-off-by: Tonis Tiigi --- daemon/cluster/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/cluster/cluster.go b/daemon/cluster/cluster.go index 1746e9b2cf..a83c2e5d14 100644 --- a/daemon/cluster/cluster.go +++ b/daemon/cluster/cluster.go @@ -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 (