1
0
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:
Henry Heino
2025-06-11 01:34:37 -07:00
committed by GitHub
parent 696fe4d5a6
commit 8c0d5f4ac5

View File

@@ -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,
});