mirror of
https://github.com/curl/curl.git
synced 2026-04-15 05:01:42 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue