From 2e59f65e4d1e924e7772ab497bb2a52e269b0c3c Mon Sep 17 00:00:00 2001 From: htasta Date: Sat, 16 May 2026 11:14:06 +0200 Subject: [PATCH] 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 --- tests/data/test142 | 2 +- tests/data/test440 | 2 +- tests/data/test445 | 2 +- tests/data/test767 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/data/test142 b/tests/data/test142 index a7b85b1b5f..790d7a9446 100644 --- a/tests/data/test142 +++ b/tests/data/test142 @@ -188,7 +188,7 @@ RETR %TESTNUMBER QUIT -Allocations: 180 +Allocations: 190 Maximum allocated: 150000 diff --git a/tests/data/test440 b/tests/data/test440 index 3ed08f4730..a1517fe699 100644 --- a/tests/data/test440 +++ b/tests/data/test440 @@ -75,7 +75,7 @@ https://this.hsts.example./%TESTNUMBER 7 -Allocations: 160 +Allocations: 170 diff --git a/tests/data/test445 b/tests/data/test445 index a652cde588..d4eadb71ad 100644 --- a/tests/data/test445 +++ b/tests/data/test445 @@ -55,7 +55,7 @@ Refuse tunneling protocols through HTTP proxy 7 -Allocations: 1500 +Allocations: 1580 diff --git a/tests/data/test767 b/tests/data/test767 index a0d96f1b6d..201bcec4e1 100644 --- a/tests/data/test767 +++ b/tests/data/test767 @@ -49,7 +49,7 @@ Accept: */* -Allocations: 135 +Allocations: 140 Maximum allocated: 136000