Update sync.test.js

This commit is contained in:
Julien Malard-Adam 2025-02-16 18:30:17 +01:00 committed by julienmalard
parent 10ea86f617
commit 8ef40a123b

View File

@ -704,6 +704,7 @@ describe('Sync protocol', function () {
await log1.append('hello1')
await sync2.start()
await new Promise(resolve => setTimeout(resolve, timeoutTime * 3))
})
})