aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/ftpserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index d546bae8f..1334e9068 100644
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -722,7 +722,7 @@ while(1) {
my $input;
eval {
local $SIG{ALRM} = sub { die "alarm\n" };
- alarm 5; # just in case things go bad
+ alarm 360; # just in case things go REALLY bad
$input = <STDIN>;
alarm 0;
};