tests: stop overriding the lock timeout

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
This commit is contained in:
Dan Fandrich 2023-09-11 16:35:04 -07:00
parent 2ef67901cc
commit d29a62d738
3 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ ftp
<name>
FTP download with strict timeout and slow data transfer
</name>
<command timeout="1">
<command>
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -m 7
</command>
</client>

View File

@ -92,7 +92,7 @@ ftps
<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>

View File

@ -26,7 +26,7 @@ ftp
<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>