1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Tools: Fixed tests

This commit is contained in:
Laurent Cozic
2021-08-15 00:53:44 +01:00
parent c7421dfbe1
commit e0971baec4
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
// 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);
process.env.JOPLIN_IS_TESTING = '1';