diff --git a/pkg/proxy/remotehost.go b/pkg/proxy/remotehost.go index c921a0d..4225aa8 100644 --- a/pkg/proxy/remotehost.go +++ b/pkg/proxy/remotehost.go @@ -49,7 +49,7 @@ func NewRemoteHost(host string) (*RemoteHost, error) { conn.Close() return nil, pingErr } - time.Sleep(200 * time.Millisecond) + time.Sleep(500 * time.Millisecond) } transport := &http.Transport{