From 8ef40a123b44bf27e24ea00d6c3743b2f831ae15 Mon Sep 17 00:00:00 2001 From: Julien Malard-Adam Date: Sun, 16 Feb 2025 18:30:17 +0100 Subject: [PATCH] Update sync.test.js --- test/sync.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sync.test.js b/test/sync.test.js index 2c5edb9..559d1ee 100644 --- a/test/sync.test.js +++ b/test/sync.test.js @@ -704,6 +704,7 @@ describe('Sync protocol', function () { await log1.append('hello1') await sync2.start() + await new Promise(resolve => setTimeout(resolve, timeoutTime * 3)) }) })