X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=dbf9425db2107a79c654d692b01d3f491f31cd9b;hb=8950a9413daaff104bdfe23de5331ff744ee883b;hp=849e4811f2a0ab5cf66010aa270f6540ce5f97a8;hpb=106744f7518d0f64ce85c4507157092083c2c4d4;p=poolifier.git diff --git a/package.json b/package.json index 849e4811..dbf9425d 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "index.js", "scripts": { "build": "npm install", - "test": "standard && nyc mocha --experimental-worker --exit --timeout 15000 tests/*test.js ", - "debug-test": "mocha --inspect-brk --experimental-worker --exit tests/*test.js ", + "test": "standard && nyc mocha --exit --timeout 20000 tests/*test.js ", + "debug-test": "mocha --inspect-brk --exit tests/*test.js ", "demontest": "nodemon --exec \"npm test\"", "coverage": "nyc report --reporter=text-lcov tests/*test.js | coveralls", "standard-verbose": "npx standard --verbose",