diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 973aad4afc..73fabcca4b 100644 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -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;