increase test timeout

This commit is contained in:
Jonathan Jogenfors 2023-11-17 13:10:43 +01:00
parent c776ef4f16
commit ec37247d95

View file

@ -5,7 +5,7 @@
"globalSetup": "<rootDir>/../server/test/e2e/setup.ts",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"testTimeout": 60000,
"testTimeout": 120000,
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},