Need even more time to wait for an accept.

This commit is contained in:
Dan Fandrich 2007-08-23 18:45:28 +00:00
parent abca03cf36
commit 7ffae92daf

View File

@ -585,7 +585,7 @@ sub PASV_command {
local $SIG{ALRM} = sub { die "alarm\n" };
# assume swift operations unless explicitly slow
alarm ($controldelay?20:7);
alarm ($controldelay?20:10);
# Wait for 'CNCT'
my $input;