]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
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)
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

index 4399d7d21fd9787cc83076a2b717f5d56d01bf76..67df822c9e7e13243b3ad3afeba156a6d41c6fab 100644 (file)
@@ -32,7 +32,7 @@ partial body
 </data1>
 
 <servercmd>
-writedelay: 1000
+writedelay: 100
 </servercmd>
 </reply>