From e507f9347a07fdb7770e0ea7e40d0d4b83bc8313 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 15 Jul 2025 13:39:49 +0200 Subject: [PATCH] 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 --- tests/data/test3207 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/test3207 b/tests/data/test3207 index 318f8c704a..4c223699ee 100644 --- a/tests/data/test3207 +++ b/tests/data/test3207 @@ -172,7 +172,7 @@ https://localhost:%HTTPSPORT/%TESTNUMBER %CERTDIR/certs/test-ca.crt # Verify data after the test has been "shot" -Allocations: 13300 +Allocations: 13500 -- 2.47.2