From e67a500841c019f8ab8102f4f8525a302f425cdb Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 4 Jun 2025 09:40:32 +0200 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2