summaryrefslogtreecommitdiffstats
path: root/ui/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/jest.config.js')
-rw-r--r--ui/jest.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jest.config.js b/ui/jest.config.js
index ebe914b1..abe695be 100644
--- a/ui/jest.config.js
+++ b/ui/jest.config.js
@@ -1,6 +1,7 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
+ testTimeout: 30000,
globals: {
'ts-jest': {
diagnostics: false,