Skip to content

Commit 2db4c34

Browse files
committed
Inrease RELPTAKOVER
1 parent 3c59f4a commit 2db4c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dragonfly/replication_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ async def info_replication():
12971297
# Give the seeder a bit of time.
12981298
await asyncio.sleep(3)
12991299
logging.debug("running repltakover")
1300-
await c_replica.execute_command(f"REPLTAKEOVER 10 SAVE")
1300+
await c_replica.execute_command(f"REPLTAKEOVER 30 SAVE")
13011301
logging.debug("after running repltakover")
13021302
seeder.stop()
13031303
await fill_task

0 commit comments

Comments
 (0)