Skip to content

Commit

Permalink
Increase timeout to see if it resolves flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-savin-ht committed Apr 16, 2018
1 parent 06d7e67 commit 275bc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "objection-find.js",
"license": "MIT",
"scripts": {
"test": "istanbul --config=.istanbul.yml cover _mocha -- --slow 10 --timeout 5000 --reporter spec tests/test.js",
"test": "istanbul --config=.istanbul.yml cover _mocha -- --slow 10 --timeout 7000 --reporter spec tests/test.js",
"test-only": "mocha --slow 10 --timeout 50000 --reporter spec tests/test.js",
"perf-test": "node tests/perf.js",
"perf-test-init": "node tests/perf-init.js",
Expand Down

0 comments on commit 275bc04

Please sign in to comment.