Skip to content

Commit

Permalink
Chore: Retrying test that may get stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Nov 3, 2024
1 parent 50e1c26 commit b10a993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lib/services/ocr/OcrService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import Logger from '@joplin/utils/Logger';

describe('OcrService', () => {

jest.retryTimes(2);

beforeEach(async () => {
await setupDatabaseAndSynchronizer(1);
await setupDatabaseAndSynchronizer(2);
Expand Down

0 comments on commit b10a993

Please sign in to comment.