We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f70d1b commit 6e32543Copy full SHA for 6e32543
tests/dragonfly/replication_test.py
@@ -50,7 +50,7 @@ async def wait_for_replicas_state(*clients, state="online", node_role="slave", t
50
# Quick general test that replication is working
51
(1, 3 * [1], dict(key_target=1_000), 500),
52
# A lot of huge values
53
- (2, 2 * [1], dict(key_target=1_000, huge_value_target=30), 500),
+ (2, 2 * [1], dict(key_target=5_000, huge_value_target=30), 500),
54
(4, [4, 4], dict(key_target=10_000), 1_000),
55
pytest.param(6, [6, 6, 6], dict(key_target=100_000), 20_000, marks=M_OPT),
56
# Skewed tests with different thread ratio
0 commit comments