longer time
All checks were successful
Build and Publish / Metadata (push) Successful in 4s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 1m10s
Build and Publish / BuildAndDeployArm64 (push) Successful in 3m47s

This commit is contained in:
matst80
2025-10-12 23:06:11 +02:00
parent a7a778caaf
commit 7ad28966fb

View File

@@ -49,7 +49,7 @@ func NewRemoteHost(host string) (*RemoteHost, error) {
conn.Close() conn.Close()
return nil, pingErr return nil, pingErr
} }
time.Sleep(200 * time.Millisecond) time.Sleep(500 * time.Millisecond)
} }
transport := &http.Transport{ transport := &http.Transport{