allow some more time
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Apr 2005 08:49:21 +0000 (08:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Apr 2005 08:49:21 +0000 (08:49 +0000)
tests/ftpserver.pl

index a47a54a..6559b0b 100644 (file)
@@ -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>;