aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-08-23 18:45:28 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-08-23 18:45:28 +0000
commit7ffae92daf026aec00afd77ddfa069a20e2acda3 (patch)
treee7a45428fdaa8c73b79f7ad887200acd0f2e98da /tests
parentabca03cf36ca1118ea3c13f7ebf18d31d6d86746 (diff)
Need even more time to wait for an accept.
Diffstat (limited to 'tests')
-rw-r--r--tests/ftpserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index 973aad4af..73fabcca4 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;