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:
parent
50e1c26890
commit
b10a993592
@ -7,6 +7,8 @@ import Logger from '@joplin/utils/Logger';
|
||||
|
||||
describe('OcrService', () => {
|
||||
|
||||
jest.retryTimes(2);
|
||||
|
||||
beforeEach(async () => {
|
||||
await setupDatabaseAndSynchronizer(1);
|
||||
await setupDatabaseAndSynchronizer(2);
|
||||
|
Loading…
Reference in New Issue
Block a user