aboutsummaryrefslogtreecommitdiff
path: root/.mocharc.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-12-02 05:16:29 +0300
committereug-vs <eug-vs@keemail.me>2020-12-02 05:16:29 +0300
commited24179795e821aa71fb4198bf072d19415741ee (patch)
treecd77f4a0b5a576ab9f35c9d9beff2d44674e5c91 /.mocharc.json
parent10433d9d37452ed453272e12acc6012c1c15229d (diff)
downloadmongo-cronjob-ed24179795e821aa71fb4198bf072d19415741ee.tar.gz
test: Scheduler
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
}