From fe495cde3fc890b8464c93043b6117b199ce2b7e Mon Sep 17 00:00:00 2001 From: Borys Date: Fri, 9 May 2025 10:07:04 +0300 Subject: [PATCH] test: tune test_cluster_migration_while_seeding (#5088) --- tests/dragonfly/cluster_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dragonfly/cluster_test.py b/tests/dragonfly/cluster_test.py index ac5faa7c0..7e6119df9 100644 --- a/tests/dragonfly/cluster_test.py +++ b/tests/dragonfly/cluster_test.py @@ -2199,7 +2199,7 @@ async def test_cluster_migration_while_seeding( assert ( await get_memory(client0, "used_memory_peak_rss") - < await get_memory(client0, "used_memory_rss") * 1.1 + < await get_memory(client0, "used_memory_rss") * 1.2 ) capture = await seeder.capture_fake_redis()