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:
parent
61b95c3afb
commit
30dbacc1a1
@ -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();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user