Skip to content

Commit

Permalink
revert timeout change
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jan 21, 2019
1 parent 09e28dd commit 6854cf4
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 @@ -9,7 +9,7 @@
"url": "git@github.com:bcoe/c8.git"
},
"scripts": {
"test": "node ./bin/c8.js --reporter=html --reporter=text mocha --timeout=4000 ./test/*.js",
"test": "node ./bin/c8.js --reporter=html --reporter=text mocha ./test/*.js",
"test:snap": "CHAI_JEST_SNAPSHOT_UPDATE_ALL=true npm test",
"posttest": "standard",
"coverage": "./bin/c8.js report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit 6854cf4

Please sign in to comment.