Update sync.test.js

This commit is contained in:
Julien Malard-Adam
2025-02-16 18:30:17 +01:00
committed by GitHub
parent df738ff270
commit dcd6cc63d6

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))
})
})