diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-18 08:49:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-18 08:49:21 +0000 |
commit | 9b391e531b601b946ddc6579ec551fb59efc45f2 (patch) | |
tree | d84b0ea25e9ec987abc2fae742304c1274d4bcda /tests | |
parent | a0c7a6d22b789359301eb59bd7bb71e9093345ae (diff) | |
download | curl-9b391e531b601b946ddc6579ec551fb59efc45f2.tar.gz |
allow some more time
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ftpserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index a47a54a25..6559b0ba0 100644 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -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>; |