mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
longer timeout
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
1cb3711bde
commit
20623d689e
|
@ -113,7 +113,7 @@ func portOpen(ip string, port int) bool {
|
|||
|
||||
func isKubernetesDashboard(ip string, port int) bool {
|
||||
client := &http.Client{
|
||||
Timeout: time.Second * 3,
|
||||
Timeout: time.Second * 10,
|
||||
Transport: &http.Transport{
|
||||
TLSClientConfig: &tls.Config{
|
||||
InsecureSkipVerify: true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user