X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/3124451e3e3e632e45928b7d28e3b2bff06e1879..3745aa61ef489e4b143b5c753a006d0613a0297f:/lsocket.pas?ds=sidebyside diff --git a/lsocket.pas b/lsocket.pas index 7f9617e..bcff643 100755 --- a/lsocket.pas +++ b/lsocket.pas @@ -299,7 +299,7 @@ begin if not assigned(connecttimeout) then begin connecttimeout := tltimer.create(self); connecttimeout.ontimer := connecttimeouthandler; - connecttimeout.interval := 2500; + connecttimeout.interval := 5000; connecttimeout.enabled := false; end; realconnect;