Commit 7ffae92d authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Need even more time to wait for an accept.

parent abca03cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;