From 7ad28966fbfbba4fba4ee57bf63c25d62a5acd19 Mon Sep 17 00:00:00 2001 From: matst80 Date: Sun, 12 Oct 2025 23:06:11 +0200 Subject: [PATCH] longer time --- pkg/proxy/remotehost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{