mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-22 15:44:13 +00:00
test(replication test): increase sleep time in full sync step (#733)
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
29d47cdd1a
commit
5c7ca77a72
@ -71,7 +71,7 @@ async def test_replication_all(df_local_factory, df_seeder_factory, t_master, t_
|
||||
await stream_task
|
||||
|
||||
# Check data after full sync
|
||||
await asyncio.sleep(3.0)
|
||||
await asyncio.sleep(4.0)
|
||||
await check_data(seeder, replicas, c_replicas)
|
||||
|
||||
# Stream more data in stable state
|
||||
|
Loading…
Reference in New Issue
Block a user