1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +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

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();
});