mirror of
https://github.com/curl/curl.git
synced 2026-08-02 07:50:28 +03:00
tests: adjusted the alloc limit in tests
The HTTP error 429 delay list needs some extra allocs. The limit is increased in tests: 142,440,445,767
This commit is contained in:
parent
87af4d594a
commit
2e59f65e4d
4 changed files with 4 additions and 4 deletions
|
|
@ -188,7 +188,7 @@ RETR %TESTNUMBER
|
|||
QUIT
|
||||
</protocol>
|
||||
<limits>
|
||||
Allocations: 180
|
||||
Allocations: 190
|
||||
Maximum allocated: 150000
|
||||
</limits>
|
||||
</verify>
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ https://this.hsts.example./%TESTNUMBER
|
|||
7
|
||||
</errorcode>
|
||||
<limits>
|
||||
Allocations: 160
|
||||
Allocations: 170
|
||||
</limits>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ Refuse tunneling protocols through HTTP proxy
|
|||
7
|
||||
</errorcode>
|
||||
<limits>
|
||||
Allocations: 1500
|
||||
Allocations: 1580
|
||||
</limits>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ Accept: */*
|
|||
|
||||
</protocol>
|
||||
<limits>
|
||||
Allocations: 135
|
||||
Allocations: 140
|
||||
Maximum allocated: 136000
|
||||
</limits>
|
||||
</verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue