diff --git a/tests/t/lib/ProFTPD/Tests/Commands/RETR.pm b/tests/t/lib/ProFTPD/Tests/Commands/RETR.pm index 1eb7070b89..e62d6c50a8 100644 --- a/tests/t/lib/ProFTPD/Tests/Commands/RETR.pm +++ b/tests/t/lib/ProFTPD/Tests/Commands/RETR.pm @@ -2575,6 +2575,7 @@ sub retr_bug3496 { # Close the _control_ connection immediately $client->{ftp}->close(); + sleep(6); my $client2 = ProFTPD::TestSuite::FTP->new('127.0.0.1', $port, 1, 1); $client2->login($setup->{user}, $setup->{passwd});