From 5f5e0893e040e8c93fd9a4fdc3d9c58145a548a5 Mon Sep 17 00:00:00 2001 From: AYAHASSAN287 <49167455+AYAHASSAN287@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:54:38 +0300 Subject: [PATCH] fix: failed sync test (#3464) * Increase time window to avoid messages overlapping in the failed test --- tests/waku_store_sync/test_protocol.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/waku_store_sync/test_protocol.nim b/tests/waku_store_sync/test_protocol.nim index d0f6b81ee..c606934cf 100644 --- a/tests/waku_store_sync/test_protocol.nim +++ b/tests/waku_store_sync/test_protocol.nim @@ -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()