Skip to content

Commit

Permalink
--timeout 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellbenton committed May 6, 2020
1 parent 1d6426e commit 0fbed87
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 @@ -4,7 +4,7 @@
"description": "A JavaScript lab",
"main": "index.js",
"scripts": {
"test": "mocha -R mocha-multi --reporter-options spec=-,json=.results.json"
"test": "mocha --timeout 5000 -R mocha-multi --reporter-options spec=-,json=.results.json"
},
"author": "flatironschool",
"license": "Included in Repo",
Expand Down

0 comments on commit 0fbed87

Please sign in to comment.