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 82aeab1 commit 0ddea3bCopy full SHA for 0ddea3b
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": "TAP_TIMEOUT=120 npm run lint && tap --coverage test/*.js test/lib test/misc test/streams"
+ "test": "npm run lint && tap -t 120 -R tap --coverage test/*.js test/lib test/misc test/streams"
79
}
80
test/bin.js
@@ -39,7 +39,7 @@ function normalize(result) {
39
return result;
40
41
42
-var options = { timeout: 1000 * 30 };
+var options = { timeout: 1000 * 120 };
43
44
test('documentation binary', function (t) {
45
documentation(['fixture/simple.input.js'], function (err, data) {
0 commit comments