allow some more time

This commit is contained in:
Daniel Stenberg 2005-04-18 08:49:21 +00:00
parent a0c7a6d22b
commit 9b391e531b
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ sub PASV_command {
eval {
local $SIG{ALRM} = sub { die "alarm\n" };
alarm 2; # assume swift operations
alarm 5; # assume swift operations
# Wait for 'CNCT'
my $input = <DREAD>;