]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test3207: allow more allocations
authorDaniel Stenberg <daniel@haxx.se>
Tue, 15 Jul 2025 11:39:49 +0000 (13:39 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 Jul 2025 12:14:50 +0000 (14:14 +0200)
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

tests/data/test3207

index 318f8c704a8038dde6b0efd76a9db26a7b40b8a8..4c223699ee5860d2614b006b461a9e461357d78e 100644 (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>