From fa288c19b26c255140f15e505cc5e5758e238f5d Mon Sep 17 00:00:00 2001 From: adiholden Date: Tue, 1 Oct 2024 15:03:12 +0300 Subject: [PATCH] test: more stabe test_bgsave_and_save (#3843) Signed-off-by: adi_holden --- tests/dragonfly/snapshot_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dragonfly/snapshot_test.py b/tests/dragonfly/snapshot_test.py index a85c0f62b8cd..e729299abf67 100644 --- a/tests/dragonfly/snapshot_test.py +++ b/tests/dragonfly/snapshot_test.py @@ -456,7 +456,7 @@ async def info_in_loop(): @dfly_args({**BASIC_ARGS, "dbfilename": "test-bgsave"}) async def test_bgsave_and_save(async_client: aioredis.Redis): - await async_client.execute_command("DEBUG POPULATE 20000") + await async_client.execute_command("DEBUG POPULATE 200000") await async_client.execute_command("BGSAVE") with pytest.raises(redis.exceptions.ResponseError):