1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Chore: Retrying test that may get stuck

This commit is contained in:
Laurent Cozic 2024-11-03 20:25:15 +00:00
parent 50e1c26890
commit b10a993592

View File

@ -7,6 +7,8 @@ import Logger from '@joplin/utils/Logger';
describe('OcrService', () => {
jest.retryTimes(2);
beforeEach(async () => {
await setupDatabaseAndSynchronizer(1);
await setupDatabaseAndSynchronizer(2);