test(replication test): increase sleep time in full sync step (#733)

Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
adiholden 2023-01-30 09:45:18 +02:00 committed by GitHub
parent 29d47cdd1a
commit 5c7ca77a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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