You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-10 22:11:50 +02:00
Chore: CI: Increase timeout for sync in ShareNoteDialog.test.tsx
(#12467)
This commit is contained in:
@@ -63,7 +63,8 @@ describe('ShareNoteDialog', () => {
|
||||
|
||||
await waitFor(() => {
|
||||
expect(screen.getByText('Link has been copied to clipboard!')).toBeVisible();
|
||||
});
|
||||
// Synchronization can take a long time
|
||||
}, { timeout: 20 * 1000 });
|
||||
expect(await Note.load(note.id)).toMatchObject({
|
||||
is_shared: 1,
|
||||
});
|
||||
|
Reference in New Issue
Block a user