increase test timeout
This commit is contained in:
parent
c776ef4f16
commit
ec37247d95
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue