From ef400f4f38abb5ce3d6eff4ab8a68db5ee17157c Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 26 Sep 2024 14:48:42 +0200 Subject: [PATCH] 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 --- tests/data/test190 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3