mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
Give tap 120 seconds
This commit is contained in:
parent
afb82aed33
commit
82aeab125c
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user