1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-26 05:35:41 +02:00

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

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