mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
test190: replace %FTPTIME2 with a fixed value
The variable FTPTIME2 may, on a loaded test server, become so large that the timeout does not happen before the fixed 60 seconds the server waits. Closes #15056
This commit is contained in:
parent
dc284be4cc
commit
ef400f4f38
@ -27,7 +27,7 @@ ftp
|
||||
FTP download with strict timeout and slow CWD
|
||||
</name>
|
||||
<command>
|
||||
ftp://%HOSTIP:%FTPPORT/path/to/file/%TESTNUMBER -m %FTPTIME2
|
||||
ftp://%HOSTIP:%FTPPORT/path/to/file/%TESTNUMBER -m 10
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user