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:
Stefan Eissing 2024-09-26 14:48:42 +02:00 committed by Daniel Stenberg
parent dc284be4cc
commit ef400f4f38
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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>