Skip to content

Commit

Permalink
⚒ update test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jun 20, 2019
1 parent 9538fc5 commit 8e67d81
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 @@ -48,7 +48,7 @@
"pretest": "npm run -s lint",
"test": "nyc npm run -s test:mocha",
"test:ci": "nyc npm run -s test:mocha",
"test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 4000",
"test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 8000",
"watch": "npm run -s test:mocha -- --watch --growl",
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
"codecov": "nyc report --reporter lcovonly && codecov --disable=gcov"
Expand Down

0 comments on commit 8e67d81

Please sign in to comment.