Skip to content

Commit

Permalink
have to increase the test timeout again, failed once at 30s on circleci.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueltouzery committed Jan 28, 2018
1 parent d7cc61a commit 0fa7817
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 @@ -37,7 +37,7 @@
"homepage": "https://github.com/emmanueltouzery/prelude.ts#readme",
"scripts": {
"prepublish": "scripts/prepublish.sh",
"test": "rm tests/apidoc-*; tsc && node ./dist/tests/Comments.js && tsc && ./node_modules/mocha/bin/mocha --timeout 30000 ./dist/tests/*.js",
"test": "rm tests/apidoc-*; tsc && node ./dist/tests/Comments.js && tsc && ./node_modules/mocha/bin/mocha --timeout 60000 ./dist/tests/*.js",
"clean": "rm -Rf ./dist",
"docgen": "./scripts/make_doc.sh",
"benchmarks": "tsc && node ./dist/benchmarks/bench.js"
Expand Down

0 comments on commit 0fa7817

Please sign in to comment.