From: Stefan Eissing Date: Thu, 26 Sep 2024 12:48:42 +0000 (+0200) Subject: test190: replace %FTPTIME2 with a fixed value X-Git-Tag: curl-8_11_0~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef400f4f38abb5ce3d6eff4ab8a68db5ee17157c;p=thirdparty%2Fcurl.git 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 --- diff --git a/tests/data/test190 b/tests/data/test190 index b0328fdcb5..033152f380 100644 --- a/tests/data/test190 +++ b/tests/data/test190 @@ -27,7 +27,7 @@ ftp FTP download with strict timeout and slow CWD -ftp://%HOSTIP:%FTPPORT/path/to/file/%TESTNUMBER -m %FTPTIME2 +ftp://%HOSTIP:%FTPPORT/path/to/file/%TESTNUMBER -m 10