mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
allow some more time
This commit is contained in:
parent
a0c7a6d22b
commit
9b391e531b
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user