repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106744f
)
Increase test time
author
pioardi
<alessandroardizio94@gmail.com>
Wed, 22 Jan 2020 16:40:52 +0000
(17:40 +0100)
committer
pioardi
<alessandroardizio94@gmail.com>
Wed, 22 Jan 2020 16:40:52 +0000
(17:40 +0100)
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index 849e4811f2a0ab5cf66010aa270f6540ce5f97a8..a53d9dcfe67a0b7400bc9317af46156ef7bd981b 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-5,7
+5,7
@@
"main": "index.js",
"scripts": {
"build": "npm install",
- "test": "standard && nyc mocha --experimental-worker --exit --timeout
15
000 tests/*test.js ",
+ "test": "standard && nyc mocha --experimental-worker --exit --timeout
20
000 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",