test: fix flaky

This commit is contained in:
himself65 2023-04-24 19:33:35 -05:00
parent 06ef6da370
commit 04fc619f52
No known key found for this signature in database
GPG Key ID: 35F07049B7A1E625

View File

@ -171,6 +171,7 @@ describe('ydoc sync', () => {
}, },
{ {
timeout: 30000, timeout: 30000,
retry: 3,
} }
); );
}); });