You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
4 lines
174 B
JavaScript
4 lines
174 B
JavaScript
![]() |
// We don't want the tests to fail due to timeout, especially on CI, and certain
|
||
|
// tests can take more time since we do integration testing too.
|
||
|
jest.setTimeout(30 * 1000);
|