Skip to content

Commit

Permalink
add --timeout 120 to tap
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 16, 2016
1 parent 6511d95 commit 312837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "standard && tap test/*.js"
"test": "standard && tap --timeout 120 test/*.js"
},
"binary": {
"host": "https://rvagg-node.s3-us-west-2.amazonaws.com",
Expand Down

0 comments on commit 312837f

Please sign in to comment.