Skip to content

Commit

Permalink
trustwallet#255 - add timeout 9000 to npm run test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynanjiang committed Jun 6, 2018
1 parent a54da5b commit c1588c9
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 @@ -8,7 +8,7 @@
"start": "cross-env NODE_ENV=development npm run watch-ts && npm run tslint",
"build": "tsc",
"watch-ts": "tsc-watch --onSuccess \"nodemon dist/Server.js\"",
"test": "cross-env NODE_ENV=test mocha --recursive --require ts-node/register 'test/**/*.test.ts' --exit",
"test": "cross-env NODE_ENV=test mocha --timeout 9000 --recursive --require ts-node/register 'test/**/*.test.ts' --exit",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"tslint-fix": "tslint -c tslint.json -p tsconfig.json --fix",
"debug": "npm run build && npm run watch-debug",
Expand Down

0 comments on commit c1588c9

Please sign in to comment.