diff --git a/validator_engine.go b/validator_engine.go index a300363..272141b 100644 --- a/validator_engine.go +++ b/validator_engine.go @@ -66,7 +66,7 @@ func (s *Swamp) checkHTTP(sock *Proxy) (string, error) { "socks%s://%s/?timeout=%ss", sock.Proto.Load().(string), sock.Endpoint, - s.GetTimeoutSecondsStr()), + s.GetValidationTimeoutStr()), ) var transportDialer = dialSocks