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:
Daniel Stenberg 2025-07-15 13:39:49 +02:00
parent 8535068c24
commit e507f9347a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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>