diff --git a/tests/dragonfly/replication_test.py b/tests/dragonfly/replication_test.py index 39ac459d517c..af05d2533496 100644 --- a/tests/dragonfly/replication_test.py +++ b/tests/dragonfly/replication_test.py @@ -1294,7 +1294,7 @@ async def info_replication(): # Give the seeder a bit of time. await asyncio.sleep(3) logging.debug("running repltakover") - await c_replica.execute_command(f"REPLTAKEOVER 10 SAVE") + await c_replica.execute_command(f"REPLTAKEOVER 30 SAVE") logging.debug("after running repltakover") seeder.stop() await fill_task