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
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -113,7 +113,7 @@ func portOpen(ip string, port int) bool {
func isKubernetesDashboard(ip string, port int) bool { func isKubernetesDashboard(ip string, port int) bool {
client := &http.Client{ client := &http.Client{
Timeout: time.Second * 3, Timeout: time.Second * 10,
Transport: &http.Transport{ Transport: &http.Transport{
TLSClientConfig: &tls.Config{ TLSClientConfig: &tls.Config{
InsecureSkipVerify: true, InsecureSkipVerify: true,