diff --git a/package.json b/package.json index 9f7ab64..dc8aa80 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,6 @@ "scripts": { "lint": "eslint bin lib index.js test", "doc": "documentation index.js -f md > docs/NODE_API.md", - "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" } }