We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb82ae commit 82aeab1Copy full SHA for 82aeab1
package.json
@@ -75,6 +75,6 @@
75
"scripts": {
76
"lint": "eslint bin lib index.js test",
77
"doc": "documentation index.js -f md > docs/NODE_API.md",
78
- "test": "npm run lint && tap --coverage test/*.js test/lib test/misc test/streams"
+ "test": "TAP_TIMEOUT=120 npm run lint && tap --coverage test/*.js test/lib test/misc test/streams"
79
}
80
0 commit comments