Skip to content

Commit

Permalink
mocha: increase timeout to avoid failure on node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mklabs committed Jul 17, 2018
1 parent 9b83d76 commit fc97626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"bin": "bin/tabtab",
"main": "lib/index.js",
"scripts": {
"test": "nyc mocha",
"test": "nyc mocha --timeout 5000",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"devDependencies": {
Expand Down

0 comments on commit fc97626

Please sign in to comment.