]> git.ipfire.org Git - thirdparty/curl.git/commit
test1117: reduce write delays
authorStefan Eissing <stefan@eissing.org>
Wed, 4 Jun 2025 07:40:32 +0000 (09:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Jun 2025 13:54:17 +0000 (15:54 +0200)
commite67a500841c019f8ab8102f4f8525a302f425cdb
tree38982823fe840c27c9b26e0a043aa759673a1d5d
parentfdb8a789d2b446b77bd7cdd2eff95f6cbc814cf4
test1117: reduce write delays

Test1117 seems to verify that a response, incoming slowly, is read
completely before sending another request on the same connection.

The previsou write delay of 1000ms made the test last 23+ seconds.
A delay of 100ms seems to achieve the same test on modern machines, but
the overall run time is less than 3 seconds.

Closes #17530
tests/data/test1117