Increase test time
[poolifier.git] / package.json
index 7589cc62c605d0abed93f0e0f726ff3ec47259ed..a53d9dcfe67a0b7400bc9317af46156ef7bd981b 100644 (file)
@@ -5,9 +5,10 @@
   "main": "index.js",
   "scripts": {
     "build": "npm install",
-    "test": "standard && nyc mocha --experimental-worker --exit --timeout 10000 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 --timeout 5000 **/*test.js | coveralls",
+    "coverage": "nyc report --reporter=text-lcov tests/*test.js | coveralls",
     "standard-verbose": "npx standard --verbose",
     "lint": "standard --fix"
   },
     "url": "https://github.com/pioardi/node-thread-pool/issues"
   },
   "homepage": "https://github.com/pioardi/node-thread-pool#readme",
-  "dependencies": {
-    "uuid": "^3.4.0"
-  },
   "devDependencies": {
+    "benchmark": "^2.1.4",
     "coveralls": "^3.0.9",
     "expect": "^24.9.0",
     "mocha": "^7.0.0",
     "mocha-lcov-reporter": "^1.3.0",
     "nyc": "^15.0.0",
-    "standard": "^14.3.1"
+    "standard": "^14.3.1",
+    "worker-threads-pool": "^2.0.0"
   }
 }