]> git.ipfire.org Git - thirdparty/curl.git/commit
ftpserver: lower the normal DATA connect timeout to speed up torture tests
authorStefan Eissing <stefan@eissing.org>
Thu, 29 Dec 2022 14:22:17 +0000 (15:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Dec 2022 23:13:56 +0000 (00:13 +0100)
commitb0119436b02147b535da4972b3417db75d4d2a98
tree9edbb2136165cf418323ecdf564f23100c614da1
parentae98b85020094fb04eee7e7b4ec4eb1a38a98b98
ftpserver: lower the normal DATA connect timeout to speed up torture tests

- tests/ftpserver.pl blocks when expecting a DATA connection from the
  client.

- the previous 10 seconds were encountered repeatedly in torture tests
  and let to long waits.

- 2 seconds should still be sufficient for current hw, but CI will show.

Closes #10178
tests/ftpserver.pl