diff --git a/.mocharc.js b/.mocharc.js new file mode 100644 index 000000000..fac5fdfe6 --- /dev/null +++ b/.mocharc.js @@ -0,0 +1,3 @@ +module.exports = { + timeout: 4000, +};