aboutsummaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-18 08:49:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-18 08:49:21 +0000
commit9b391e531b601b946ddc6579ec551fb59efc45f2 (patch)
treed84b0ea25e9ec987abc2fae742304c1274d4bcda /tests/ftpserver.pl
parenta0c7a6d22b789359301eb59bd7bb71e9093345ae (diff)
allow some more time
Diffstat (limited to 'tests/ftpserver.pl')
-rw-r--r--tests/ftpserver.pl2
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>;