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
(#4427)
This commit is contained in:
parent
933c9f0b1c
commit
5adb976207
1 changed files with 1 additions and 1 deletions
|
@ -2025,7 +2025,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", 60)
|
||||
await wait_for_status(nodes[0].admin_client, nodes[1].id, "FINISHED", timeout=300)
|
||||
|
||||
target_data = await StaticSeeder.capture(nodes[1].client)
|
||||
assert source_data == target_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue