These tests reduce the server lock wait timeout which can increase
flakiness on loaded machines. Since this is merely an optimization,
eliminate them in favour of reliability.
Ref: #11328
<name>
FTP download with strict timeout and slow data transfer
</name>
- <command timeout="1">
+ <command>
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -m 7
</command>
</client>
<name>
FTPS download with strict timeout and slow data transfer
</name>
- <command timeout="1">
+ <command>
-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/%TESTNUMBER -m 16
</command>
</client>
<name>
FTP download with strict timeout and slow CWD
</name>
- <command timeout="1">
+ <command>
ftp://%HOSTIP:%FTPPORT/path/to/file/%TESTNUMBER -m %FTPTIME2
</command>
</client>