mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
Double test timeout (#8696)
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@
|
||||
"setupFilesAfterEnv": ["<rootDir>/server/test/setup.ts"],
|
||||
"globalSetup": "<rootDir>/server/test/globalSetup.js",
|
||||
"globalTeardown": "<rootDir>/server/test/globalTeardown.js",
|
||||
"testEnvironment": "node"
|
||||
"testEnvironment": "node",
|
||||
"testTimeout": 10000
|
||||
},
|
||||
{
|
||||
"displayName": "app",
|
||||
|
||||
Reference in New Issue
Block a user