mirror of
https://github.com/curl/curl.git
synced 2026-07-23 07:17:17 +03:00
allow some more time
This commit is contained in:
parent
a0c7a6d22b
commit
9b391e531b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue