]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test190: replace %FTPTIME2 with a fixed value
authorStefan Eissing <stefan@eissing.org>
Thu, 26 Sep 2024 12:48:42 +0000 (14:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Sep 2024 21:33:18 +0000 (23:33 +0200)
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

tests/data/test190

index b0328fdcb56def05abb49e694294caa73e0feb14..033152f38083847944add6a165b65c41064ffce2 100644 (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>