fix: failed sync test (#3464)

* Increase time window to avoid messages overlapping in the failed test
This commit is contained in:
AYAHASSAN287 2025-06-24 15:54:38 +03:00 committed by GitHub
parent d3cf24f7a2
commit 5f5e0893e0

View File

@ -410,7 +410,7 @@ suite "Waku Sync: reconciliation":
diffInWin = 20
diffOutWin = 20
stepOutNs = 100_000_000'u64
outOffsetNs = 2_000_000_000'u64 # for 20 mesg they sent 2 seconds earlier
outOffsetNs = 2_300_000_000'u64 # for 20 mesg they sent 2 seconds earlier
randomize()