mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
chore: Increase migration wait time in test_cluster_migration_huge_container
(#4409)
This commit is contained in:
parent
ed1436bb29
commit
6d03afaa76
1 changed files with 1 additions and 1 deletions
|
@ -2019,7 +2019,7 @@ async def test_cluster_migration_huge_container(df_factory: DflyInstanceFactory)
|
|||
await push_config(json.dumps(generate_config(nodes)), [node.admin_client for node in nodes])
|
||||
|
||||
logging.debug("Waiting for migration to finish")
|
||||
await wait_for_status(nodes[0].admin_client, nodes[1].id, "FINISHED", 30)
|
||||
await wait_for_status(nodes[0].admin_client, nodes[1].id, "FINISHED", 60)
|
||||
|
||||
target_data = await StaticSeeder.capture(nodes[1].client)
|
||||
assert source_data == target_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue