From 9c3816218ad686ebc5c2350de6bd39abfeb73b9d Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Thu, 17 Apr 2025 22:50:20 -0500 Subject: [PATCH] ci: adjust upper bound of PATCH memory test --- test/memory/memory-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/memory/memory-tests.sh b/test/memory/memory-tests.sh index 5b9a18405..ffb6fd629 100755 --- a/test/memory/memory-tests.sh +++ b/test/memory/memory-tests.sh @@ -108,7 +108,7 @@ jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "22M" jsonKeyTest "10M" "POST" "/rpc/leak?columns=blob" "32M" jsonKeyTest "10M" "POST" "/leak?columns=blob" "32M" -jsonKeyTest "10M" "PATCH" "/leak?id=eq.1&columns=blob" "32M" +jsonKeyTest "10M" "PATCH" "/leak?id=eq.1&columns=blob" "50M" jsonKeyTest "50M" "POST" "/rpc/leak?columns=blob" "73M" jsonKeyTest "50M" "POST" "/leak?columns=blob" "73M"