Skip to content

Commit 82aeab1

Browse files
committed
Give tap 120 seconds
1 parent afb82ae commit 82aeab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
"scripts": {
7676
"lint": "eslint bin lib index.js test",
7777
"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"
78+
"test": "TAP_TIMEOUT=120 npm run lint && tap --coverage test/*.js test/lib test/misc test/streams"
7979
}
8080
}

0 commit comments

Comments
 (0)