]> Untitled Git - lemmy.git/blobdiff - ui/jest.config.js
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / ui / jest.config.js
index ebe914b195cd46dbf4f32c959a2e7a8763f3da27..abe695be928d939b9b36cbc38e47609ac28cafc1 100644 (file)
@@ -1,6 +1,7 @@
 module.exports = {
   preset: 'ts-jest',
   testEnvironment: 'node',
+  testTimeout: 30000,
   globals: {
     'ts-jest': {
       diagnostics: false,