aboutsummaryrefslogtreecommitdiff
path: root/.mocharc.json
diff options
context:
space:
mode:
Diffstat (limited to '.mocharc.json')
-rw-r--r--.mocharc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.mocharc.json b/.mocharc.json
index dbf2db2..6511ecb 100644
--- a/.mocharc.json
+++ b/.mocharc.json
@@ -3,5 +3,6 @@
"chai/register-should",
"ts-node/register",
"test/utils/dbConnection.ts"
- ]
+ ],
+ "timeout": 30000
}