mirror of
https://github.com/curl/curl.git
synced 2025-09-04 19:35:00 +03:00
test3207: allow more allocations
This limit was triggered in a PR that did not change any sizes, showing the previous limit for this was a little tight. Ref: #17894 Closes #17932
This commit is contained in:
parent
8535068c24
commit
e507f9347a
|
@ -172,7 +172,7 @@ https://localhost:%HTTPSPORT/%TESTNUMBER %CERTDIR/certs/test-ca.crt
|
|||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<limits>
|
||||
Allocations: 13300
|
||||
Allocations: 13500
|
||||
</limits>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
Loading…
Reference in New Issue
Block a user