Skip to content

Commit 6322bb7

Browse files
committed
increase time buffer
1 parent 5118fc3 commit 6322bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/waku_store_sync/test_protocol.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ suite "Waku Sync: reconciliation":
518518
diffInWin = 18
519519
diffOutWin = 20
520520
stepOutNs = 100_000_000'u64
521-
outOffsetNs = 2_300_000_000'u64 # for 20 mesg they sent 2 seconds earlier
521+
outOffsetNs = 2_600_000_000'u64 # for 20 mesg they sent 2 seconds earlier
522522

523523
randomize()
524524

0 commit comments

Comments
 (0)