Skip to content

Commit 312837f

Browse files
committedJun 16, 2016
add --timeout 120 to tap
1 parent 6511d95 commit 312837f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"scripts": {
3535
"install": "node-pre-gyp install --fallback-to-build",
36-
"test": "standard && tap test/*.js"
36+
"test": "standard && tap --timeout 120 test/*.js"
3737
},
3838
"binary": {
3939
"host": "https://rvagg-node.s3-us-west-2.amazonaws.com",

0 commit comments

Comments
 (0)
Please sign in to comment.