mirror of https://github.com/hashicorp/consul
test: bump ReadyTimeout to 10s
parent
65b5c51ec7
commit
f44c4e769b
|
@ -124,7 +124,7 @@ func defaultServerConfig() *TestServerConfig {
|
|||
Server: randomPort(),
|
||||
RPC: randomPort(),
|
||||
},
|
||||
ReadyTimeout: 3 * time.Second,
|
||||
ReadyTimeout: 10 * time.Second,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue