From b265cc821a41355a4018be4e7b3c5638d24f930d Mon Sep 17 00:00:00 2001 From: Borys Date: Fri, 9 May 2025 09:10:05 +0300 Subject: [PATCH] test: tune test_cluster_migration_while_seeding --- 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 d4f2838be..cb6a97f4a 100644 --- a/tests/dragonfly/cluster_test.py +++ b/tests/dragonfly/cluster_test.py @@ -2198,7 +2198,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()