mirror of
https://github.com/curl/curl.git
synced 2026-07-16 00:07:22 +03:00
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:
parent
2ef67901cc
commit
d29a62d738
3 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue