Commit 9b391e53 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

allow some more time

parent a0c7a6d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -572,7 +572,7 @@ sub PASV_command {
    eval {
    eval {
        local $SIG{ALRM} = sub { die "alarm\n" };
        local $SIG{ALRM} = sub { die "alarm\n" };


        alarm 2; # assume swift operations
        alarm 5; # assume swift operations


        # Wait for 'CNCT'
        # Wait for 'CNCT'
        my $input = <DREAD>;
        my $input = <DREAD>;