From: Stefan Eissing Date: Wed, 4 Jun 2025 07:40:32 +0000 (+0200) Subject: test1117: reduce write delays X-Git-Tag: curl-8_15_0~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e67a500841c019f8ab8102f4f8525a302f425cdb;p=thirdparty%2Fcurl.git 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 --- diff --git a/tests/data/test1117 b/tests/data/test1117 index 4399d7d21f..67df822c9e 100644 --- a/tests/data/test1117 +++ b/tests/data/test1117 @@ -32,7 +32,7 @@ partial body -writedelay: 1000 +writedelay: 100