Skip to content

Commit

Permalink
migrations again
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim committed Nov 28, 2024
1 parent 4fdf7b6 commit 72009f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dragonfly/cluster_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@ async def test_cluster_memory_consumption_migration(df_factory: DflyInstanceFact


@pytest.mark.asyncio
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes", "serialization_max_chunk_size": 0})
async def test_migration_timeout_on_sync(df_factory: DflyInstanceFactory, df_seeder_factory):
# Timeout set to 3 seconds because we must first saturate the socket before we get the timeout
instances = [
Expand Down

0 comments on commit 72009f1

Please sign in to comment.