We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c59f4a commit 2db4c34Copy full SHA for 2db4c34
tests/dragonfly/replication_test.py
@@ -1297,7 +1297,7 @@ async def info_replication():
1297
# Give the seeder a bit of time.
1298
await asyncio.sleep(3)
1299
logging.debug("running repltakover")
1300
- await c_replica.execute_command(f"REPLTAKEOVER 10 SAVE")
+ await c_replica.execute_command(f"REPLTAKEOVER 30 SAVE")
1301
logging.debug("after running repltakover")
1302
seeder.stop()
1303
await fill_task
0 commit comments