Skip to content

Commit fe495cd

Browse files
authored
test: tune test_cluster_migration_while_seeding (#5088)
1 parent 705d61e commit fe495cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dragonfly/cluster_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2199,7 +2199,7 @@ async def test_cluster_migration_while_seeding(
21992199

22002200
assert (
22012201
await get_memory(client0, "used_memory_peak_rss")
2202-
< await get_memory(client0, "used_memory_rss") * 1.1
2202+
< await get_memory(client0, "used_memory_rss") * 1.2
22032203
)
22042204

22052205
capture = await seeder.capture_fake_redis()

0 commit comments

Comments
 (0)