1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00

Chore: Desktop: Increase test timeout (#11502)

This commit is contained in:
Henry Heino 2024-12-12 13:06:17 -08:00 committed by GitHub
parent 61b95c3afb
commit 30dbacc1a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ describe('useFormNote', () => {
encryption_applied: 0,
});
// A larger-than-default timeout is needed to prevent CI failures:
}, { timeout: 5_000 });
}, { timeout: 15_000 });
formNote.unmount();
});