diff --git a/.mocharc.json b/.mocharc.json new file mode 100644 index 000000000..908490eca --- /dev/null +++ b/.mocharc.json @@ -0,0 +1,4 @@ +{ + "timeout": 30000, + "slow": 1000 +} diff --git a/test/mocha.opts b/test/mocha.opts deleted file mode 100644 index e114c53bd..000000000 --- a/test/mocha.opts +++ /dev/null @@ -1,2 +0,0 @@ ---timeout 30000 ---slow 1000