Skip to content

Commit

Permalink
sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
chakaz committed Jan 5, 2025
1 parent 71acec6 commit 7ea8adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dragonfly/cluster_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2061,6 +2061,7 @@ async def test_cluster_migration_while_seeding(
await seeder.run(target_deviation=0.1)

seed = asyncio.create_task(seeder.run())
await asyncio.sleep(1)

nodes[0].migrations = [
MigrationInfo("127.0.0.1", instances[1].admin_port, [(0, 16383)], nodes[1].id)
Expand Down

0 comments on commit 7ea8adc

Please sign in to comment.