Increase test time
authorpioardi <alessandroardizio94@gmail.com>
Wed, 22 Jan 2020 16:40:52 +0000 (17:40 +0100)
committerpioardi <alessandroardizio94@gmail.com>
Wed, 22 Jan 2020 16:40:52 +0000 (17:40 +0100)
package.json

index 849e4811f2a0ab5cf66010aa270f6540ce5f97a8..a53d9dcfe67a0b7400bc9317af46156ef7bd981b 100644 (file)
@@ -5,7 +5,7 @@
   "main": "index.js",
   "scripts": {
     "build": "npm install",
-    "test": "standard && nyc mocha --experimental-worker --exit --timeout 15000 tests/*test.js ",
+    "test": "standard && nyc mocha --experimental-worker --exit --timeout 20000 tests/*test.js ",
     "debug-test": "mocha --inspect-brk --experimental-worker --exit tests/*test.js ",
     "demontest": "nodemon --exec \"npm test\"",
     "coverage": "nyc report --reporter=text-lcov tests/*test.js | coveralls",