Skip to content

Commit

Permalink
bumping test timeouts higher since conversions tend to run a bit slow…
Browse files Browse the repository at this point in the history
… in travis (like 1.8 seconds is pretty typical)
  • Loading branch information
catdad committed Dec 23, 2020
1 parent 589993e commit 28b8859
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"pretest": "node scripts/images.js",
"test": "mocha --timeout 20000 --slow 0 \"test/**/*.js\""
"test": "mocha --timeout 40000 --slow 0 \"test/**/*.js\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 28b8859

Please sign in to comment.