You've already forked joplin
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:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user