mirror of
https://github.com/curl/curl.git
synced 2026-06-06 08:04:28 +03:00
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
This commit is contained in:
parent
fdb8a789d2
commit
e67a500841
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ partial body
|
|||
</data1>
|
||||
|
||||
<servercmd>
|
||||
writedelay: 1000
|
||||
writedelay: 100
|
||||
</servercmd>
|
||||
</reply>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue