Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
let's make tests work by having a 10s timeout instead of a 5s one
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoma committed Oct 6, 2019
1 parent 8ce3f61 commit 29dfac9
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 @@ -7,7 +7,7 @@
"example": "examples"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha --timeout 5000",
"test": "node node_modules/mocha/bin/mocha --timeout 10000",
"uglify": "node node_modules/uglify-js/bin/uglifyjs src/tabletop.js > src/tabletop.min.js "
},
"repository": {
Expand Down

0 comments on commit 29dfac9

Please sign in to comment.