Give tap 120 seconds

This commit is contained in:
Tom MacWright 2015-10-30 13:05:53 -04:00
parent afb82aed33
commit 82aeab125c

View File

@ -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"
}
}