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:
parent
32f18616c7
commit
499e3a45b1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import (
|
||||||
|
|
||||||
const swarmDirName = "swarm"
|
const swarmDirName = "swarm"
|
||||||
const controlSocket = "control.sock"
|
const controlSocket = "control.sock"
|
||||||
const swarmConnectTimeout = 5 * time.Second
|
const swarmConnectTimeout = 10 * time.Second
|
||||||
const stateFile = "docker-state.json"
|
const stateFile = "docker-state.json"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Add table
Reference in a new issue