From 73b5cc965497524db2e4f0960e3bd1aa71a9cf2d Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:21:53 +0100 Subject: [PATCH] Adjust store test rate limit to eliminate CI test flakyness of timing --- tests/waku_store/test_wakunode_store.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/waku_store/test_wakunode_store.nim b/tests/waku_store/test_wakunode_store.nim index b20309079..7d1a44ecc 100644 --- a/tests/waku_store/test_wakunode_store.nim +++ b/tests/waku_store/test_wakunode_store.nim @@ -413,7 +413,7 @@ procSuite "WakuNode - Store": for count in 0 ..< 3: waitFor successProc() - waitFor sleepAsync(20.millis) + waitFor sleepAsync(5.millis) waitFor failsProc()