Skip to content

Commit 6e32543

Browse files
committed
fix test: test_replication_all increase key num
Signed-off-by: adi_holden <adi@dragonflydb.io>
1 parent 4f70d1b commit 6e32543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dragonfly/replication_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def wait_for_replicas_state(*clients, state="online", node_role="slave", t
5050
# Quick general test that replication is working
5151
(1, 3 * [1], dict(key_target=1_000), 500),
5252
# A lot of huge values
53-
(2, 2 * [1], dict(key_target=1_000, huge_value_target=30), 500),
53+
(2, 2 * [1], dict(key_target=5_000, huge_value_target=30), 500),
5454
(4, [4, 4], dict(key_target=10_000), 1_000),
5555
pytest.param(6, [6, 6, 6], dict(key_target=100_000), 20_000, marks=M_OPT),
5656
# Skewed tests with different thread ratio

0 commit comments

Comments
 (0)