longer timeout

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-07-08 13:47:25 -04:00
parent 1cb3711bde
commit 20623d689e

View File

@@ -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,